|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectUnicastEventNotifier
public class UnicastEventNotifier
The UnicastEventNotifier class provides basic callback listener management and event delivery services for unicast EventSets on ControlBean instances.
| Constructor Summary | |
|---|---|
UnicastEventNotifier()
|
|
| Method Summary | |
|---|---|
void |
addListener(Object listener)
Adds a new callback event listener for this EventNotifier. |
Object |
getListener()
Returns the listener associated with this EventNotifier |
int |
getListenerCount()
Returns the number of registered listeners |
void |
getListeners(Object[] listeners)
Returns the listener list in array form |
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 UnicastEventNotifier()
| Method Detail |
|---|
public void addListener(Object listener)
throws TooManyListenersException
java.util.TooManyListenersException if there is already a registered
listener.
TooManyListenersExceptionpublic void removeListener(Object listener)
public Object getListener()
public int getListenerCount()
public void getListeners(Object[] listeners)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||