Package codedraw.events
Class WindowCloseEventArgs
java.lang.Object
codedraw.events.WindowCloseEventArgs
This argument is given exactly once when the user closes the window or
CodeDraw.close()
is called.
No information except the fact that it was triggered is supplied,
that is why this class is empty.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WindowCloseEventArgs
public WindowCloseEventArgs()
-