|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenMethod
ControlEvent
public abstract class ControlEvent
The ControlEvent class is an abstract base class that represents an Event declared within an EventSet interface of a ControlInterface
Constructor Summary | |
---|---|
protected |
ControlEvent(ControlEventSet eventSet)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
ControlEventSet |
getEventSet()
Returns the ControlEventSet associated with the ControlEvent |
protected void |
init()
Initializes the ControlEvent instance. |
Methods inherited from class GenMethod |
---|
getArgDecl, getArgList, getArgList, getArgTypes, getDefaultReturnValue, getName, getReturnType, getThrowsClause, getThrowsList |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ControlEvent(ControlEventSet eventSet)
Method Detail |
---|
protected void init()
public ControlEventSet getEventSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |