Class ListenableFlag
java.lang.Object
dev.pfaff.altargui.util.listenable.AbstractListenable
dev.pfaff.altargui.util.listenable.ListenableFlag
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.pfaff.altargui.util.listenable.AbstractListenable
addListener, addListener, forEachListener, notifyRunnableListeners, removeListener
-
Constructor Details
-
ListenableFlag
public ListenableFlag(boolean initialValue)
-
-
Method Details
-
value
public boolean value() -
takeNoNotify
public boolean takeNoNotify() -
value
public void value(boolean value) -
valueNoNotify
public void valueNoNotify(boolean value) -
clear
public void clear() -
clearNoNotify
public void clearNoNotify() -
set
public void set() -
setNoNotify
public void setNoNotify() -
toggle
public void toggle() -
toggleNoNotify
public void toggleNoNotify()
-