Package org.loboevolution.events
Interface CustomEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
CustomEventImpl
The CustomEvent interface represents events initialized by an application for any purpose.
- See Also:
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
-
Method Summary
Modifier and TypeMethodDescriptionThe detail readonly property of the CustomEvent interface returns any data passed when initializing the event.void
initCustomEvent
(String type) The CustomEvent.initCustomEvent() method initializes a CustomEvent object.void
initCustomEvent
(String type, Boolean bubbles) The CustomEvent.initCustomEvent() method initializes a CustomEvent object.void
initCustomEvent
(String type, Boolean bubbles, boolean cancelable) The CustomEvent.initCustomEvent() method initializes a CustomEvent object.void
initCustomEvent
(String type, Boolean bubbles, boolean cancelable, Object detail) The CustomEvent.initCustomEvent() method initializes a CustomEvent object.Methods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
-
Method Details
-
getDetail
Object getDetail()The detail readonly property of the CustomEvent interface returns any data passed when initializing the event.- See Also:
-
initCustomEvent
The CustomEvent.initCustomEvent() method initializes a CustomEvent object. If the event has already been dispatched, this method does nothing.- See Also:
-
initCustomEvent
The CustomEvent.initCustomEvent() method initializes a CustomEvent object. If the event has already been dispatched, this method does nothing.- See Also:
-
initCustomEvent
The CustomEvent.initCustomEvent() method initializes a CustomEvent object. If the event has already been dispatched, this method does nothing.- See Also:
-
initCustomEvent
The CustomEvent.initCustomEvent() method initializes a CustomEvent object. If the event has already been dispatched, this method does nothing.- See Also:
-