Package com.metsci.glimpse.util.var2
Class ListenableBasic
- java.lang.Object
-
- com.metsci.glimpse.util.var2.ListenableBasic
-
- All Implemented Interfaces:
Listenable
public class ListenableBasic extends Object implements Listenable
-
-
Constructor Summary
Constructors Constructor Description ListenableBasic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Disposable
addListener(Set<? extends ListenerFlag> flags, Runnable listener)
void
fire()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.metsci.glimpse.util.var2.Listenable
addListener, addListener
-
-
-
-
Method Detail
-
addListener
public Disposable addListener(Set<? extends ListenerFlag> flags, Runnable listener)
- Specified by:
addListener
in interfaceListenable
-
fire
public void fire()
-
-