Class OnGetTableResultEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnGetTableResultEvent

public abstract class OnGetTableResultEvent extends Event
Triggered when the game client is receiving a table result from the server.
  • Constructor Details

    • OnGetTableResultEvent

      public OnGetTableResultEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(ArrayList result, Integer rowId, String tableName)
      Called Event Handling Method
      Parameters:
      result - The row data of the table result.
      rowId - The row identifier of the table result.
      tableName - The name of the table result.