|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEventNotifier
public class EventNotifier
The EventNotifier class provides basic callback listener management and event delivery services for ControlBean instances.
Constructor Summary | |
---|---|
EventNotifier()
|
Method Summary | |
---|---|
void |
addListener(Object listener)
Adds a new callback event listener for this EventNotifier |
Object |
getListener()
Returns the listener associated with this EventNotifier |
void |
removeListener(Object listener)
Remove an existing callback event listener for this EventNotifier |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventNotifier()
Method Detail |
---|
public void addListener(Object listener) throws TooManyListenersException
TooManyListenersException
public void removeListener(Object listener)
public Object getListener()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |