Class WEvent

java.lang.Object
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

    Modifier and Type Method Description
    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 Details

    • getEventType

      public EventType getEventType()
      Returns the event type.