Package com.illumon.iris.console.events
Class DbConsoleLogPanel.LogLevelActionListener
java.lang.Object
com.illumon.iris.console.events.DbConsoleLogPanel.LogLevelActionListener
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
- DbConsoleLogPanel
public abstract class DbConsoleLogPanel.LogLevelActionListener extends Object implements ActionListener
-
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)protected abstract booleanincludeNoLevelsButton()protected booleanisLevelCheckBoxEnabled(String level)protected abstract voidrecomputeFilterSet()
-
Method Details
-
isLevelCheckBoxEnabled
-
includeNoLevelsButton
protected abstract boolean includeNoLevelsButton() -
recomputeFilterSet
protected abstract void recomputeFilterSet() -
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-