Class RemoteActionSimulator.HandleRemoteActionEvent

  • All Implemented Interfaces:
    ion.Meta.IHashed<java.lang.Class<?>>
    Enclosing class:
    RemoteActionSimulator

    public class RemoteActionSimulator.HandleRemoteActionEvent
    extends ion.Meta.EventHandler
    internal event handler class for listening to any event
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void invoke​(ion.Meta.IEvent evt)  
      • Methods inherited from class ion.Meta.EventHandler

        getType
      • Methods inherited from class java.lang.Object

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

      • HandleRemoteActionEvent

        public HandleRemoteActionEvent()
    • Method Detail

      • invoke

        public void invoke​(ion.Meta.IEvent evt)
        Specified by:
        invoke in class ion.Meta.EventHandler