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 the Global Workspace module which contains Coalition objects and implements a global conscious broadcast.
 

Classes in edu.memphis.ccrg.lida.globalworkspace that implement TriggerListener
 class GlobalWorkspaceImpl
          The default implementation of GlobalWorkspace which maintains the collection of Coalition objects.
 

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 tpr, TriggerListener gw, java.lang.String name, BroadcastTrigger trigger)
          Constructors a new TriggerTask with specified attributes