|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAptMethod
AptEventHandler
public class AptEventHandler
The AptEventHandler class represents a control EventHandler where the event attributes are derived using APT metadata
Constructor Summary | |
---|---|
AptEventHandler(AptEvent event,
MethodDeclaration handlerDecl,
TwoPhaseAnnotationProcessor ap)
Constructs a new AptEventHandler instance from APT metadata |
Method Summary | |
---|---|
AptEvent |
getEvent()
Returns the ControlEvent associated with the ControlEventHandler |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptEventHandler(AptEvent event, MethodDeclaration handlerDecl, TwoPhaseAnnotationProcessor ap)
event
- the handled ControlEventhandlerDecl
- the handler method declarationMethod Detail |
---|
public AptEvent getEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |