Uses of Interface
edu.memphis.ccrg.lida.globalworkspace.triggers.TriggerListener

Packages that use TriggerListener
edu.memphis.ccrg.lida.globalworkspace Contains classes related to the GlobalWorkspace, the module responsible for selecting the most important part of an Agent's current understanding, at the particular moment, for broadcast to all BroadcastListeners. 
edu.memphis.ccrg.lida.globalworkspace.triggers Contains classes related to the triggering of the competition for the global conscious broadcast. 
 

Uses of TriggerListener in edu.memphis.ccrg.lida.globalworkspace
 

Subinterfaces of TriggerListener in edu.memphis.ccrg.lida.globalworkspace
 interface GlobalWorkspace
          Interface for GlobalWorkspace.
 

Classes in edu.memphis.ccrg.lida.globalworkspace that implement TriggerListener
 class GlobalWorkspaceImpl
          This class implements GlobalWorkspace and maintains the collection of Coalitions.
 

Uses of TriggerListener in edu.memphis.ccrg.lida.globalworkspace.triggers
 

Constructors in edu.memphis.ccrg.lida.globalworkspace.triggers with parameters of type TriggerListener
TriggerTask(int ticksPerRun, TriggerListener gw, java.lang.String name, BroadcastTrigger trigger)
          Constructor for creating a TriggerTask