|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicDiagramConnector
It is listening manager for one (single thread) session. It allows to register listener and to start raising events from the connector to the listener.
Method Summary | |
---|---|
void |
interrupt()
It stops the thread that is sending events to the listener/ |
void |
prepare(ConnectorConfiguration config)
The method should be call once before "start". |
void |
setGraphListener(GraphListener listener)
Sets single listener |
void |
start()
Starts (in a new thread) sending events to the listener |
void |
waitUntilFinished()
Wait's until the "events sender thread" is finished |
Method Detail |
---|
void setGraphListener(GraphListener listener)
listener
- void prepare(ConnectorConfiguration config)
config
- void start()
void interrupt() throws java.lang.InterruptedException
java.lang.IllegalStateException
java.lang.InterruptedException
void waitUntilFinished() throws java.lang.InterruptedException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |