Package totalcross.ui.event
Class SizeChangeEvent
- java.lang.Object
-
- totalcross.ui.event.Event<SizeChangeHandler>
-
- totalcross.ui.event.SizeChangeEvent
-
public class SizeChangeEvent extends Event<SizeChangeHandler>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class totalcross.ui.event.Event
Event.Type<H>
-
-
Constructor Summary
Constructors Constructor Description SizeChangeEvent(java.lang.Object target, int width, int height)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatch(SizeChangeHandler listener)static Event.Type<SizeChangeHandler>getType()-
Methods inherited from class totalcross.ui.event.Event
clearQueue, getNextAvailableEventId, isAvailable, toString, touch
-
-
-
-
Method Detail
-
getType
public static final Event.Type<SizeChangeHandler> getType()
-
dispatch
public void dispatch(SizeChangeHandler listener)
- Specified by:
dispatchin classEvent<SizeChangeHandler>
-
-