org.apache.batik.dom.events
public class DOMCustomEvent extends DOMEvent implements CustomEvent
| Field Summary | |
|---|---|
| protected Object | detail
The custom detail associated with this event. |
| Method Summary | |
|---|---|
| Object | getDetail()
Returns the custom detail of this event. |
| void | initCustomEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, Object detailArg)
Initializes this custom event. |