Uses of Interface
edu.memphis.ccrg.lida.workspace.WorkspaceListener

Packages that use WorkspaceListener
edu.memphis.ccrg.lida.pam Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation. 
edu.memphis.ccrg.lida.workspace Contains classes related to the definition of the Workspace module and its default implementation. 
 

Uses of WorkspaceListener in edu.memphis.ccrg.lida.pam
 

Classes in edu.memphis.ccrg.lida.pam that implement WorkspaceListener
 class PerceptualAssociativeMemoryImpl
          Default implementation of PerceptualAssociativeMemory.
 

Uses of WorkspaceListener in edu.memphis.ccrg.lida.workspace
 

Methods in edu.memphis.ccrg.lida.workspace with parameters of type WorkspaceListener
 void WorkspaceImpl.addWorkspaceListener(WorkspaceListener listener)
           
 void Workspace.addWorkspaceListener(WorkspaceListener l)
          Adds specified WorkspaceListener