|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectControlEventSet
public abstract class ControlEventSet
The ControlEventSet class is an abstract base class that represents an EventSet on the interface of a ControlBean type.
Constructor Summary | |
---|---|
protected |
ControlEventSet(ControlInterface controlIntf)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
String |
getAddListenerMethod()
Returns the name of the method used to register a new EventSet listener |
ArrayList<ControlEvent> |
getEvents()
Returns the list of ControlEvents associated with this ControlEventSet |
abstract String |
getName()
Returns the fully qualified EventSet name |
String |
getNotifierClass()
Returns the name of the generated notifier class for this ControlEventSet |
String |
getNotifierExtends()
Returns any 'extends' clause that should be placed on the generated notifier class |
String |
getRemoveListenerMethod()
Returns the name of the method used to register a new EventSet listener |
String |
getShortName()
Returns the unqualified class name for this event set |
protected void |
init()
Initializes the ControlEventSet instance. |
protected abstract ArrayList<ControlEvent> |
initEvents()
Initializes the list of ControlEvents associated with this ControlEventSet |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ControlEventSet(ControlInterface controlIntf)
controlIntf
- the declaring ControlInterfaceMethod Detail |
---|
protected void init()
protected abstract ArrayList<ControlEvent> initEvents()
public ArrayList<ControlEvent> getEvents()
public abstract String getName()
public String getShortName()
public String getNotifierClass()
public String getNotifierExtends()
public String getAddListenerMethod()
public String getRemoveListenerMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |