Class AlEvent

java.lang.Object
de.pottgames.tuningfork.AlEvent

public class AlEvent extends Object
  • Constructor Details

    • AlEvent

      public AlEvent(int eventType, int object, int param, int length, long message, long userParam)
  • Method Details

    • getEventType

      public int getEventType()
    • getObject

      public int getObject()
    • getParam

      public int getParam()
    • getLength

      public int getLength()
    • getMessage

      public long getMessage()
    • getUserParam

      public long getUserParam()