public interface Event
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.String name)
Gets a named property for the event.
|
boolean |
isCanceled()
Returns true if the default action is to be prevented.
|
void |
preventDefault()
Invoking this method on an event will prevent it's default action, if any, from occuring.
|
java.lang.Object getProperty(java.lang.String name)
name
- the name of the propertyboolean isCanceled()
void preventDefault()