|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.event.DefaultBaseEvent | +--org.enhydra.barracuda.core.event.ViewEvent
This defines a basic View event, indicating some kind of response/view must be generated. By default, ViewEvents implement Exceptional and therefore must be handled. The world is made up of ViewEvents and eveything else. Eventually, there may be several kinds of View events, but right now, HttpResponseEvent is the only kind that extends it.
Field Summary |
Fields inherited from class org.enhydra.barracuda.core.event.DefaultBaseEvent |
ext, handled, idList, source, sourceEvent, statemap, timestamp, USE_ID_ALIASES, useIDAliases |
Fields inherited from interface org.enhydra.barracuda.core.event.BaseEvent |
EVENT_ID |
Constructor Summary | |
ViewEvent()
Default noargs constructor |
|
ViewEvent(java.lang.Object source)
Public constructor. |
Methods inherited from class org.enhydra.barracuda.core.event.DefaultBaseEvent |
addListenerID, clone, equals, getClassID, getEventExtension, getEventID, getEventIDWithExtension, getListenerIDs, getOriginalEvent, getRootEvent, getRootEvent, getSource, getState, getStateKeys, getStateValues, getTimestamp, isHandled, putState, removeState, reset, setEventExtension, setHandled, setSource, setUseIDAliases, touch, useIDAliases |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ViewEvent()
public ViewEvent(java.lang.Object source)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |