Class AbstractSignal
java.lang.Object
dev.pfaff.altargui.util.listenable.AbstractSignal
- All Implemented Interfaces:
Signal
- Direct Known Subclasses:
AbstractValue
,BooleanSignal
,EventListenable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
forEachListener
(Consumer<Object> consumer) protected final boolean
final ListenerDisposer
Adds a listener.protected final void
protected final void
removeListener
(Object listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.pfaff.altargui.util.listenable.Signal
listenAndInvoke
-
Constructor Details
-
AbstractSignal
public AbstractSignal()
-
-
Method Details