Uses of Interface
frog.SessionListener

Packages that use SessionListener
frog   
frog.demo   
frog.gui   
 

Uses of SessionListener in frog
 

Methods in frog with parameters of type SessionListener
 void Session.addSessionListener(SessionListener sl)
          Adds a new SessionListener to this Session.
 void Session.removeSessionListener(SessionListener sl)
          Removes a SessionListener from this Session's list of listeners
 

Uses of SessionListener in frog.demo
 

Classes in frog.demo that implement SessionListener
 class Player
          Represents a single player of the DemoGame.
 

Uses of SessionListener in frog.gui
 

Classes in frog.gui that implement SessionListener
 class EvaluationPanel
          EvaluationPanel contains the GUI elements for graphing experiments with the device in an attempt to analyze its accuracy.
 class PlayerPanel
          PlayerPanel is used to represent a single player on the DemoPanel.
 class RecognitionSectionPanel
          RecognitionSectionPanel is a sub-panel of RecognitionPanel used to represent each User.
 class TrainPanel
          TrainPanel represents the Training mode for FROG.
 class User
          This class is the FROGUI abstraction for Session.