Package totalcross.ui.event
Interface WindowListener
-
- All Superinterfaces:
EventHandler
public interface WindowListener extends EventHandler
Interface used to listen to Window events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwindowClosed(ControlEvent e)A WINDOW_CLOSED event was dispatched.
-
-
-
Method Detail
-
windowClosed
void windowClosed(ControlEvent e)
A WINDOW_CLOSED event was dispatched.- See Also:
ControlEvent
-
-