Package eu.webtoolkit.jwt
Class WEvent
java.lang.Object
eu.webtoolkit.jwt.WEvent
An application event.
The application is notified of an event (like a user interaction, a sesion timeout, an
internal keep-alive event, or other event) using WApplication#notify()
.
You can check for a particular event type using getEventType()
.
-
Method Summary
-
Method Details
-
getEventType
Returns the event type.
-