|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjtge.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 wrap| Method Detail |
public final void connected(IInput input,
IOutput output)
connected in interface IChannelObserverinput - the channel inputoutput - the channel output
public final void disconnected(IInput input,
IOutput output)
disconnected in interface IChannelObserverinput - the channel inputoutput - the channel output
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||