Uses of Interface
de.haumacher.msgbuf.observer.Listener
Packages that use Listener
Package
Description
-
Uses of Listener in de.haumacher.msgbuf.graph
Classes in de.haumacher.msgbuf.graph that implement ListenerFields in de.haumacher.msgbuf.graph declared as ListenerMethods in de.haumacher.msgbuf.graph with parameters of type ListenerModifier and TypeMethodDescriptionAbstractSharedGraphNode.registerListener(Listener l) AbstractSharedGraphNode.unregisterListener(Listener l) -
Uses of Listener in de.haumacher.msgbuf.graph.cmd
Fields in de.haumacher.msgbuf.graph.cmd declared as ListenerMethods in de.haumacher.msgbuf.graph.cmd with parameters of type ListenerModifier and TypeMethodDescriptionCommand.registerListener(Listener l) Command.unregisterListener(Listener l) -
Uses of Listener in de.haumacher.msgbuf.observer
Classes in de.haumacher.msgbuf.observer that implement ListenerModifier and TypeClassDescriptionstatic final classFields in de.haumacher.msgbuf.observer declared as ListenerModifier and TypeFieldDescriptionstatic final ListenerListener.NONEAListenerignoring all events.Methods in de.haumacher.msgbuf.observer that return ListenerModifier and TypeMethodDescriptionstatic ListenerListener.MultiplexListener.unregister(Listener removed) static ListenerListener.unregister(Listener current, Listener removed) Methods in de.haumacher.msgbuf.observer with parameters of type ListenerModifier and TypeMethodDescriptionstatic ListenerObservable.registerListener(Listener l) Attaches the givenListenerto this object.Listener.MultiplexListener.unregister(Listener removed) static ListenerListener.unregister(Listener current, Listener removed) Observable.unregisterListener(Listener l) Removes the givenListenerfrom this object.Constructors in de.haumacher.msgbuf.observer with parameters of type Listener