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 Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • notifyShown

      void notifyShown()
    • notifyHidden

      void notifyHidden()