Package zombie.Lua

Class Event

java.lang.Object
zombie.Lua.Event

public class Event
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  Event.Add  
    class  Event.Remove  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int ADD  
    java.util.Stack callbacks  
    java.lang.String name  
    static int NUM_FUNCTIONS  
  • Constructor Summary

    Constructors
    Constructor Description
    Event​(java.lang.String string, int int1)  
  • Method Summary

    Modifier and Type Method Description
    void register​(Platform platform, KahluaTable kahluaTable)  
    boolean trigger​(KahluaTable kahluaTable, LuaCaller luaCaller, java.lang.Object[] objectArray)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ADD

      public static final int ADD
      See Also:
      Constant Field Values
    • NUM_FUNCTIONS

      public static final int NUM_FUNCTIONS
      See Also:
      Constant Field Values
    • callbacks

      public java.util.Stack callbacks
    • name

      public java.lang.String name
  • Constructor Details

    • Event

      public Event​(java.lang.String string, int int1)
  • Method Details

    • trigger

      public boolean trigger​(KahluaTable kahluaTable, LuaCaller luaCaller, java.lang.Object[] objectArray)
    • register

      public void register​(Platform platform, KahluaTable kahluaTable)