Package org.graphstream.stream
Interface Replayable.Controller
- All Superinterfaces:
Source
- Enclosing interface:
- Replayable
public static interface Replayable.Controller extends Source
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
Methods inherited from interface org.graphstream.stream.Source
addAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSink