ScreenEventFactory

public final class ScreenEventFactory

Factory methods for creating event instances used in ScreenExtensions.

Functions

createAfterKeyPressEvent
Link copied to clipboard
static Event<ScreenKeyboardEvents.AfterKeyPresscreateAfterKeyPressEvent()
createAfterKeyReleaseEvent
Link copied to clipboard
static Event<ScreenKeyboardEvents.AfterKeyReleasecreateAfterKeyReleaseEvent()
createAfterMouseClickEvent
Link copied to clipboard
static Event<ScreenMouseEvents.AfterMouseClickcreateAfterMouseClickEvent()
createAfterMouseReleaseEvent
Link copied to clipboard
static Event<ScreenMouseEvents.AfterMouseReleasecreateAfterMouseReleaseEvent()
createAfterMouseScrollEvent
Link copied to clipboard
static Event<ScreenMouseEvents.AfterMouseScrollcreateAfterMouseScrollEvent()
createAfterRenderEvent
Link copied to clipboard
static Event<ScreenEvents.AfterRendercreateAfterRenderEvent()
createAfterTickEvent
Link copied to clipboard
static Event<ScreenEvents.AfterTickcreateAfterTickEvent()
createAllowKeyPressEvent
Link copied to clipboard
static Event<ScreenKeyboardEvents.AllowKeyPresscreateAllowKeyPressEvent()
createAllowKeyReleaseEvent
Link copied to clipboard
static Event<ScreenKeyboardEvents.AllowKeyReleasecreateAllowKeyReleaseEvent()
createAllowMouseClickEvent
Link copied to clipboard
static Event<ScreenMouseEvents.AllowMouseClickcreateAllowMouseClickEvent()
createAllowMouseReleaseEvent
Link copied to clipboard
static Event<ScreenMouseEvents.AllowMouseReleasecreateAllowMouseReleaseEvent()
createAllowMouseScrollEvent
Link copied to clipboard
static Event<ScreenMouseEvents.AllowMouseScrollcreateAllowMouseScrollEvent()
createBeforeKeyPressEvent
Link copied to clipboard
static Event<ScreenKeyboardEvents.BeforeKeyPresscreateBeforeKeyPressEvent()
createBeforeKeyReleaseEvent
Link copied to clipboard
static Event<ScreenKeyboardEvents.BeforeKeyReleasecreateBeforeKeyReleaseEvent()
createBeforeMouseClickEvent
Link copied to clipboard
static Event<ScreenMouseEvents.BeforeMouseClickcreateBeforeMouseClickEvent()
createBeforeMouseReleaseEvent
Link copied to clipboard
static Event<ScreenMouseEvents.BeforeMouseReleasecreateBeforeMouseReleaseEvent()
createBeforeMouseScrollEvent
Link copied to clipboard
static Event<ScreenMouseEvents.BeforeMouseScrollcreateBeforeMouseScrollEvent()
createBeforeRenderEvent
Link copied to clipboard
static Event<ScreenEvents.BeforeRendercreateBeforeRenderEvent()
createBeforeTickEvent
Link copied to clipboard
static Event<ScreenEvents.BeforeTickcreateBeforeTickEvent()
createRemoveEvent
Link copied to clipboard
static Event<ScreenEvents.RemovecreateRemoveEvent()

Sources

jvm source
Link copied to clipboard