|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Replayable.Controller
A controller used to replay a source. Controller should be used as a
source by adding sinks on it. When sinks are set, a call to
replay()
send events describing the current state of the
original source to sinks.
Method Summary | |
---|---|
void |
replay()
Replay events describing the current state of the object being built by the source. |
void |
replay(String sourceId)
Same as #replay(Sink) but you can set the id of the source
sent in events. |
Methods inherited from interface org.graphstream.stream.Source |
---|
addAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSink |
Method Detail |
---|
void replay()
void replay(String sourceId)
#replay(Sink)
but you can set the id of the source
sent in events.
sourceId
- id of the event source
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |