de.dfg.oc.logfileanalyzer.gui
Class ChartClosedListener
java.lang.Object
de.dfg.oc.logfileanalyzer.gui.ChartClosedListener
- All Implemented Interfaces:
- WindowListener, EventListener
class ChartClosedListener
- extends Object
- implements WindowListener
WindowListener, cleans up after a ChartFrame
was closed.
- Author:
- Clemens Gersbacher, Holger Prothmann
Constructor Summary |
ChartClosedListener(ChartFrame _myChartFrame)
Creates a new ChartClosedListener that listens to
WindowEvent s of the ChartFrame given as
parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myChartFrame
ChartFrame myChartFrame
ChartFrame
this ChartClosedListener
is
attached to
ChartClosedListener
ChartClosedListener(ChartFrame _myChartFrame)
- Creates a new
ChartClosedListener
that listens to
WindowEvent
s of the ChartFrame
given as
parameter.
- Parameters:
_myChartFrame
- ChartFrame
this
ChartClosedListener
is attached to
windowClosing
public void windowClosing(WindowEvent e)
- Removes a
ChartFrame
from the chartFrames
-Vector
of the TableFrame
-class when the ChartFrame
gets closed.
- Specified by:
windowClosing
in interface WindowListener
windowOpened
public void windowOpened(WindowEvent e)
- Specified by:
windowOpened
in interface WindowListener
windowClosed
public void windowClosed(WindowEvent e)
- Specified by:
windowClosed
in interface WindowListener
windowIconified
public void windowIconified(WindowEvent e)
- Specified by:
windowIconified
in interface WindowListener
windowDeiconified
public void windowDeiconified(WindowEvent e)
- Specified by:
windowDeiconified
in interface WindowListener
windowActivated
public void windowActivated(WindowEvent e)
- Specified by:
windowActivated
in interface WindowListener
windowDeactivated
public void windowDeactivated(WindowEvent e)
- Specified by:
windowDeactivated
in interface WindowListener