|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.io.InputStarter
Starts an asynchronous input managing each opened input.
Constructor Summary | |
InputStarter()
|
Method Summary | |
void |
close()
Close the session. |
void |
closed(IInput input)
Notify the closing of an input. |
void |
closed(IOutput output)
Notify the closing of an output. |
void |
opened(IInput input,
IOutput output)
Notify the opening of an input and/or output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InputStarter()
Method Detail |
public final void opened(IInput input, IOutput output)
opened
in interface IConnectionObserver
input
- the input or null if noneoutput
- the input or null if nonepublic final void closed(IInput input)
closed
in interface IDisconnectionObserver
input
- the closed inputpublic final void closed(IOutput output)
closed
in interface IDisconnectionObserver
output
- the closed outputpublic final void close()
close
in interface ISessionManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |