Class KickEvent

java.lang.Object
com.uc4.communication.KickEvent

public class KickEvent extends Object
Represents a KickEvent which is passed to a IKickEventListener
  • Method Details

    • getOpcode

      public String getOpcode()
      Returns:
      kick opcode (internal)
    • getKickEventType

      public KickEventType getKickEventType()
      Returns:
      the type of the KickEvent
    • getRunID

      public String getRunID()
      Returns:
      RunID passed from AE of this KickEvent
    • getClient

      public int getClient()
      Returns:
      Client passed from AE of this KickEvent
    • toString

      public String toString()
      Overrides:
      toString in class Object