Package org.swtchart
Interface IDisposeListener
public interface IDisposeListener
The dispose listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisposed(Event e) The method to be invoked when the target is disposed.
-
Method Details
-
disposed
void disposed(Event e) The method to be invoked when the target is disposed.- Parameters:
e- the event
-