Class Event

  • Direct Known Subclasses:
    ExternalEvent, InternalEvent

    public abstract class Event
    extends Message
    Events are Messages originated from the core of the application. As opposed to Requests, they are not sent from a front-end, but actively broadcasted into the application.

    Certain events may be broadcasted to external subscribers via web socket or other technologies.

    • Constructor Summary

      Constructors 
      Constructor Description
      Event()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail