Class RemoteEvent

  • All Implemented Interfaces:
    Event

    public final class RemoteEvent
    extends java.lang.Object
    implements Event
    This class only wrap an instance of distributed event in order to prevent the object from being sent again.
    Author:
    javaito
    • Method Summary

      Modifier and Type Method Description
      DistributedEvent getEvent()  
      java.lang.String getName()
      Return the name of the event.
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Description copied from interface: Event
        Return the name of the event.
        Specified by:
        getName in interface Event
        Returns:
        Event name.