public class

RconCommandEvent

extends Event
implements Interruptable
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.rcon.RconCommandEvent

Summary

Public Constructors
RconCommandEvent(String command)
Public Methods
String getCommand()
int getResponse()
void interrupt()
void setProcessed()
[Expand]
Inherited Methods
From class net.gtaun.util.event.Event
From class java.lang.Object
From interface net.gtaun.util.event.Interruptable

Public Constructors

public RconCommandEvent (String command)

Public Methods

public String getCommand ()

public int getResponse ()

public void interrupt ()

public void setProcessed ()