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 void
actionPerformed(ActionEvent e)
protected abstract boolean
includeNoLevelsButton()
protected boolean
isLevelCheckBoxEnabled(String level)
protected abstract void
recomputeFilterSet()
-
Method Details
-
isLevelCheckBoxEnabled
-
includeNoLevelsButton
protected abstract boolean includeNoLevelsButton() -
recomputeFilterSet
protected abstract void recomputeFilterSet() -
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-