Uses of Class
context.arch.enactor.EnactorReference

Packages that use EnactorReference
context.arch.enactor   
edu.berkeley.io.context.home   
edu.berkeley.io.context.museum   
 

Uses of EnactorReference in context.arch.enactor
 

Methods in context.arch.enactor with parameters of type EnactorReference
 context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry WidgetReferenceRegistry.get(EnactorReference rwr)
           
 context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry WidgetReferenceRegistry.remove(EnactorReference rwr)
           
 context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry WidgetReferenceRegistry.put(EnactorReference rwr, context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry re)
           
protected  void EnactorSubscriptionManager.addEnactorReference(EnactorReference rwr)
          This method registers an EnactorReference with the ESM.
protected  void EnactorSubscriptionManager.removeEnactorReference(EnactorReference rwr)
          removed EnactorReference from manager.
protected  void EnactorSubscriptionManager.subscribe(ComponentDescription cd, EnactorReference rwr)
          Subscribes to the widget described by the component description, and binds it to the enactor reference.
 void EnactorListener.componentEvaluated(EnactorReference rwr, ComponentDescription widgetDescription)
          called whenever a component is evaluated by an enactor.
 void EnactorListener.componentAdded(EnactorReference rwr, ComponentDescription widgetDescription, Attributes paramAtts)
          called when a new CTK component matches an enactor reference.
 void EnactorListener.componentRemoved(EnactorReference rwr, ComponentDescription widgetDescription, Attributes paramAtts)
          called when a CTK component no longer matches an enactor reference.
protected  boolean Enactor.addEnactorReference(EnactorReference er)
           
protected  boolean Enactor.removeEnactorReference(EnactorReference er)
           
protected  void Enactor.fireComponentEvaluated(EnactorReference rwr, ComponentDescription cd)
           
protected  void Enactor.fireComponentAdded(EnactorReference rwr, java.lang.String widgetSubId, ComponentDescription cd, Attributes paramAtts)
           
protected  void Enactor.fireComponentRemoved(EnactorReference rwr, java.lang.String widgetSubId, ComponentDescription cd, Attributes paramAtts)
           
protected  void Enactor.fireComponentEvaluated(EnactorListener listener, EnactorReference rwr, ComponentDescription cd)
           
protected  void Enactor.fireComponentAdded(EnactorListener listener, EnactorReference rwr, java.lang.String widgetSubId, ComponentDescription cd, Attributes paramAtts)
           
protected  void Enactor.fireComponentRemoved(EnactorListener listener, EnactorReference rwr, java.lang.String widgetSubId, ComponentDescription cd, Attributes paramAtts)
           
 

Uses of EnactorReference in edu.berkeley.io.context.home
 

Methods in edu.berkeley.io.context.home with parameters of type EnactorReference
protected  void TemperatureEnactor.fireComponentAdded(EnactorListener listener, EnactorReference rwr, java.lang.String widgetSubId, ComponentDescription cd, Attributes paramAtts)
           
protected  void LightEnactor.fireComponentAdded(EnactorListener listener, EnactorReference rwr, java.lang.String widgetSubId, ComponentDescription cd, Attributes paramAtts)
           
 

Uses of EnactorReference in edu.berkeley.io.context.museum
 

Methods in edu.berkeley.io.context.museum with parameters of type EnactorReference
protected  void InstallationEnactor.fireComponentAdded(EnactorListener listener, EnactorReference rwr, java.lang.String widgetSubId, ComponentDescription cd, Attributes paramAtts)