Interface BooleanListener


public interface BooleanListener
  • Method Summary

    Modifier and Type Method Description
    void booleanSelected​(java.lang.Object object, boolean flag)
    useful as a callback from non-modal Dialog which has an OK and a CANCEL button for example
  • Method Details

    • booleanSelected

      void booleanSelected​(java.lang.Object object, boolean flag)
      useful as a callback from non-modal Dialog which has an OK and a CANCEL button for example