Uses of Interface
de.haumacher.msgbuf.observer.Listener
-
Packages that use Listener Package Description de.haumacher.msgbuf.graph de.haumacher.msgbuf.graph.cmd de.haumacher.msgbuf.observer -
-
Uses of Listener in de.haumacher.msgbuf.graph
Classes in de.haumacher.msgbuf.graph that implement Listener Modifier and Type Class Description classDefaultScopeThe defaultScopeof anAbstractSharedGraphNode.Fields in de.haumacher.msgbuf.graph declared as Listener Modifier and Type Field Description protected ListenerAbstractSharedGraphNode. _listenerMethods in de.haumacher.msgbuf.graph with parameters of type Listener Modifier and Type Method Description SharedGraphNodeAbstractSharedGraphNode. registerListener(Listener l)SharedGraphNodeAbstractSharedGraphNode. unregisterListener(Listener l) -
Uses of Listener in de.haumacher.msgbuf.graph.cmd
Fields in de.haumacher.msgbuf.graph.cmd declared as Listener Modifier and Type Field Description protected ListenerCommand. _listenerMethods in de.haumacher.msgbuf.graph.cmd with parameters of type Listener Modifier and Type Method Description CommandCommand. registerListener(Listener l)CommandCommand. unregisterListener(Listener l) -
Uses of Listener in de.haumacher.msgbuf.observer
Classes in de.haumacher.msgbuf.observer that implement Listener Modifier and Type Class Description static classListener.MultiplexListenerFields in de.haumacher.msgbuf.observer declared as Listener Modifier and Type Field Description static ListenerListener. NONEAListenerignoring all events.Methods in de.haumacher.msgbuf.observer that return Listener Modifier and Type Method Description ListenerListener.MultiplexListener. register(Listener l)static ListenerListener. register(Listener current, Listener added)ListenerListener.MultiplexListener. unregister(Listener removed)static ListenerListener. unregister(Listener current, Listener removed)Methods in de.haumacher.msgbuf.observer with parameters of type Listener Modifier and Type Method Description ListenerListener.MultiplexListener. register(Listener l)static ListenerListener. register(Listener current, Listener added)ObservableObservable. registerListener(Listener l)Attaches the givenListenerto this object.ListenerListener.MultiplexListener. unregister(Listener removed)static ListenerListener. unregister(Listener current, Listener removed)ObservableObservable. unregisterListener(Listener l)Removes the givenListenerfrom this object.Constructors in de.haumacher.msgbuf.observer with parameters of type Listener Constructor Description MultiplexListener(Listener a, Listener b)Creates aListener.MultiplexListener.
-