eu.webtoolkit.jwt
Class WEvent

java.lang.Object
  extended by eu.webtoolkit.jwt.WEvent

public class WEvent
extends java.lang.Object

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
 EventType getEventType()
          Returns the event type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEventType

public EventType getEventType()
Returns the event type.