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

Packages that use AptEvent
org.apache.beehive.controls.runtime.generator   
 

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

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

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type AptEvent
 Collection<AptEvent> AptEventSet.getEvents()
          Returns the list of Events associated with this EventSet
protected  AptMethodSet<AptEvent> AptEventSet.initEvents()
          Initializes the list of Events associated with this EventSet
 

Methods in org.apache.beehive.controls.runtime.generator with parameters of type AptEvent
 void EventAdaptor.addHandler(AptEvent event, AptMethod eventHandler)
          Adds a new EventHandler for a Event to the EventAdaptor
 AptMethod EventAdaptor.getHandler(AptEvent event)
          Returns the EventHandler for a ControlEvent on this EventAdaptor
 boolean EventAdaptor.hasHandler(AptEvent 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 AptEvent
AptEventHandler(AptEvent event, MethodDeclaration handlerDecl, TwoPhaseAnnotationProcessor ap)
          Constructs a new AptEventHandler instance from APT metadata