Subclasses of DefaultBaseEvent in org.enhydra.barracuda.core.event |
class |
ControlEvent
This defines a basic event, representing some kind of
Control function (it's basically just saying "Hey something
happened, tell everyone who cares").
|
class |
HttpRequestEvent
A HttpRequestEvent indicates that we received an HTTP Request.
|
class |
HttpResponseEvent
A HttpResponseEvent indicates that we received an HTTP Response.
|
class |
ViewEvent
This defines a basic View event, indicating some kind of
response/view must be generated. |