Interface AbstractAlarmTable.AlarmPopup

  • Enclosing class:
    AbstractAlarmTable

    protected static interface AbstractAlarmTable.AlarmPopup
    If your component that you use as a popup implements this, it will be notified when it is shown and hidden.
    • Method Detail

      • notifyShown

        void notifyShown()
      • notifyHidden

        void notifyHidden()