org.apache.batik.dom.events

Class DOMCustomEvent

public class DOMCustomEvent extends DOMEvent implements CustomEvent

A custom event object.
Field Summary
protected Objectdetail
The custom detail associated with this event.
Method Summary
ObjectgetDetail()
Returns the custom detail of this event.
voidinitCustomEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, Object detailArg)
Initializes this custom event.

Field Detail

detail

protected Object detail
The custom detail associated with this event.

Method Detail

getDetail

public Object getDetail()
Returns the custom detail of this event.

initCustomEventNS

public void initCustomEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, Object detailArg)
Initializes this custom event.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.