public class FontChangeEvent extends Event<FontChangeHandler>
Event.Type<H>
Constructor and Description |
---|
FontChangeEvent(Control target,
Font font) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(FontChangeHandler listener) |
static Event.Type<FontChangeHandler> |
getType() |
clearQueue, getNextAvailableEventId, isAvailable, toString, touch
public final Font font
public static final Event.Type<FontChangeHandler> getType()
public void dispatch(FontChangeHandler listener)
dispatch
in class Event<FontChangeHandler>