|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.yestech.event.listener.BaseListener<EVENT,RESULT>
public abstract class BaseListener<EVENT extends IEvent,RESULT>
Base class for IListener.
| Constructor Summary | |
|---|---|
BaseListener()
|
|
| Method Summary | |
|---|---|
void |
deregister()
DeRegisters the Listener with the IEventMulticaster and all
associated events the listener can handle. |
IEventMulticaster<EVENT,RESULT> |
getMulticaster()
Result the Multicaster to use when registering the listener. |
void |
register()
Registers the Listener with the IEventMulticaster and all
associated events the listener can handle. |
void |
setMulticaster(IEventMulticaster<EVENT,RESULT> multicaster)
The Multicaster to use when registering the listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.yestech.event.listener.IListener |
|---|
handle |
| Constructor Detail |
|---|
public BaseListener()
| Method Detail |
|---|
public IEventMulticaster<EVENT,RESULT> getMulticaster()
IListener
getMulticaster in interface IListener<EVENT extends IEvent,RESULT>public void setMulticaster(IEventMulticaster<EVENT,RESULT> multicaster)
IListener
setMulticaster in interface IListener<EVENT extends IEvent,RESULT>multicaster - The Multicasterpublic void deregister()
IListenerIEventMulticaster and all
associated events the listener can handle.
deregister in interface IListener<EVENT extends IEvent,RESULT>public void register()
IListenerIEventMulticaster and all
associated events the listener can handle.
register in interface IListener<EVENT extends IEvent,RESULT>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||