|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Event
The Event interface is used to provide contextual information about an event to the handler
processing the event. An object which implements the Event interface is passed as the first
parameter to the handleEvent
call. If
an event target is an element instance (see SVGElementInstance), the currentTarget is an implementation of EventTarget
that does not implement the Node interface.
Method Summary | |
---|---|
EventTarget |
getCurrentTarget()
This method is used to get the current target of this event. |
java.lang.String |
getType()
This method returns the event type information. |
Method Detail |
---|
EventTarget getCurrentTarget()
EventTarget
.java.lang.String getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |