Package com.prineside.luaj.mapping.parts
Class LJ_TDI_events.Event_A.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_TDI_events.Event_A.LIP
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
,Event
- Enclosing class:
- LJ_TDI_events.Event_A
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
isStopped
public boolean isStopped() -
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.
-