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