|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.user1.union.core.event.BaseEvent
public abstract class BaseEvent
This is the base class for all events dispatched in the server.
| Constructor Summary | |
|---|---|
BaseEvent()
Constructor. |
|
BaseEvent(java.util.Map<java.lang.String,java.lang.Object> props)
Constructor. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseEvent()
public BaseEvent(java.util.Map<java.lang.String,java.lang.Object> props)
| Method Detail |
|---|
public java.lang.Object getProperty(java.lang.String name)
getProperty in interface Eventname - the name of the property
public boolean isCanceled()
isCanceled in interface Eventpublic void preventDefault()
preventDefault in interface Event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||