Class LJ_TDI_events.Event_B.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_TDI_events.Event_B.LIP
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Event
Enclosing class:
LJ_TDI_events.Event_B

public static class LJ_TDI_events.Event_B.LIP extends InterfaceProxy implements Event
  • Method Details

    • isStopped

      public boolean isStopped()
      Specified by:
      isStopped in interface Event
      Returns:
      true if event is stopped by some of the listeners
    • stop

      public void stop()
      Description copied from interface: Event
      Stop event propagation. When any listener stops the event, all of the remaining listeners down the chain will never be notified about it.
      Specified by:
      stop in interface Event