Class ListenableFlag

java.lang.Object
dev.pfaff.altargui.util.listenable.AbstractListenable
dev.pfaff.altargui.util.listenable.ListenableFlag
All Implemented Interfaces:
Listenable

public final class ListenableFlag extends AbstractListenable
  • 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()