|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Event
All events dispatched in the server implement the Event interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.Object getProperty(java.lang.String name)
name - the name of the property
boolean isCanceled()
void preventDefault()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||