UIEventpublic interface UIEvent implements Event
Methods Summary |
---|
public int | getDetail()Specifies some detail information about the Event ,
depending on the type of event.
| public org.w3c.dom.views.AbstractView | getView()The view attribute identifies the
AbstractView from which the event was generated.
| public void | initUIEvent(java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)Initializes attributes of an UIEvent object. This method
has the same behavior as Event.initEvent() .
|
|