Uses of Class
org.apache.beehive.controls.runtime.generator.ControlEvent

Packages that use ControlEvent
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

Uses of ControlEvent in org.apache.beehive.controls.runtime.generator
 

Methods in org.apache.beehive.controls.runtime.generator that return ControlEvent
 ControlEvent ControlEventHandler.getEvent()
          Returns the ControlEvent associated with the ControlEventHandler
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type ControlEvent
 ArrayList<ControlEvent> ControlEventSet.getEvents()
          Returns the list of ControlEvents associated with this ControlEventSet
protected abstract  ArrayList<ControlEvent> ControlEventSet.initEvents()
          Initializes the list of ControlEvents associated with this ControlEventSet
 

Methods in org.apache.beehive.controls.runtime.generator with parameters of type ControlEvent
 void EventAdaptor.addHandler(ControlEvent event, GenMethod eventHandler)
          Adds a new EventHandler for a ControlEvent to the EventAdaptor
 GenMethod EventAdaptor.getHandler(ControlEvent event)
          Returns the EventHandler for a ControlEvent on this EventAdaptor
 boolean EventAdaptor.hasHandler(ControlEvent event)
          Returns true if there is an EventHandler for ControlEvent on this EventAdaptor
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type ControlEvent
ControlEventHandler(ControlEvent event)
          Base constructor, protected so only a custom subclass can invoke
 

Uses of ControlEvent in org.apache.beehive.controls.runtime.generator.apt
 

Subclasses of ControlEvent in org.apache.beehive.controls.runtime.generator.apt
 class AptEvent
          The AptEvent class represents a control Property where the event attributes are derived using APT metadata
 

Methods in org.apache.beehive.controls.runtime.generator.apt that return types with arguments of type ControlEvent
protected  ArrayList<ControlEvent> AptEventSet.initEvents()
          Initializes the list of ControlEvents associated with this ControlEventSet
 

Constructors in org.apache.beehive.controls.runtime.generator.apt with parameters of type ControlEvent
AptEventHandler(ControlEvent event, MethodDeclaration handlerDecl, AnnotationProcessorEnvironment env)
          Constructs a new AptEventHandler instance from APT metadata