Package de.gsi.chart.viewer.event
Class WindowClosingEvent
- java.lang.Object
-
- java.util.EventObject
-
- de.gsi.dataset.event.UpdateEvent
-
- de.gsi.chart.viewer.event.WindowUpdateEvent
-
- de.gsi.chart.viewer.event.WindowClosingEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class WindowClosingEvent extends WindowUpdateEvent
Event issued before DataViewWindow is being closed- Author:
- rstein
- See Also:
DataViewWindow,WindowUpdateEvent, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.gsi.chart.viewer.event.WindowUpdateEvent
WindowUpdateEvent.Type
-
-
Constructor Summary
Constructors Constructor Description WindowClosingEvent(de.gsi.dataset.event.EventSource evtSource)WindowClosingEvent(de.gsi.dataset.event.EventSource evtSource, java.lang.String msg)WindowClosingEvent(de.gsi.dataset.event.EventSource evtSource, java.lang.String msg, java.lang.Object obj)
-
Method Summary
-
Methods inherited from class de.gsi.chart.viewer.event.WindowUpdateEvent
getType
-
-
-
-
Constructor Detail
-
WindowClosingEvent
public WindowClosingEvent(de.gsi.dataset.event.EventSource evtSource)
-
WindowClosingEvent
public WindowClosingEvent(de.gsi.dataset.event.EventSource evtSource, java.lang.String msg)
-
WindowClosingEvent
public WindowClosingEvent(de.gsi.dataset.event.EventSource evtSource, java.lang.String msg, java.lang.Object obj)
-
-