|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectControlEventSet
AptEventSet
public class AptEventSet
The AptEventSet class represents a control EventSet where the events are derived using APT metadata.
Constructor Summary | |
---|---|
AptEventSet(AptControlInterface controlIntf,
InterfaceDeclaration eventSet,
AnnotationProcessorEnvironment env)
Constructs a new AptEventSet instance from APT metadata |
Method Summary | |
---|---|
String |
getName()
Returns the fully qualified EventSet name |
protected ArrayList<ControlEvent> |
initEvents()
Initializes the list of ControlEvents associated with this ControlEventSet |
Methods inherited from class ControlEventSet |
---|
getAddListenerMethod, getEvents, getNotifierClass, getNotifierExtends, getRemoveListenerMethod, getShortName, init |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptEventSet(AptControlInterface controlIntf, InterfaceDeclaration eventSet, AnnotationProcessorEnvironment env)
controlIntf
- the declaring control interfaceeventSet
- the EventSet classenv
- the associated AnnotationProcessorEnvironmentMethod Detail |
---|
protected ArrayList<ControlEvent> initEvents()
initEvents
in class ControlEventSet
public String getName()
getName
in class ControlEventSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |