Class InternalEvent


  • public abstract class InternalEvent
    extends Event
    Internal events are Events meant for JVM-local consumers.

    In particular, they are not to be broadcasted to external subscribers, such as GUIs connected via WS, but only to the local event bus.

    • Constructor Summary

      Constructors 
      Constructor Description
      InternalEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait