|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.io.ChannelObserverAdapter
Adapts a status observer into a channel observer.
Constructor Summary | |
ChannelObserverAdapter(IStatusObserver observer)
Create a channel observer adapter. |
Method Summary | |
void |
connected(IInput input,
IOutput output)
Notify the connection success. |
void |
disconnected(IInput input,
IOutput output)
Notify the disconnection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChannelObserverAdapter(IStatusObserver observer)
observer
- the status observer to wrapMethod Detail |
public final void connected(IInput input, IOutput output)
connected
in interface IChannelObserver
input
- the channel inputoutput
- the channel outputpublic final void disconnected(IInput input, IOutput output)
disconnected
in interface IChannelObserver
input
- the channel inputoutput
- the channel output
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |