public class

IncomingConnectionEvent

extends Event
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.server.IncomingConnectionEvent

Summary

Public Constructors
IncomingConnectionEvent(int playerid, String ipAddress, int port)
Public Methods
String getIpAddress()
int getPlayerId()
int getPort()
[Expand]
Inherited Methods
From class net.gtaun.util.event.Event
From class java.lang.Object

Public Constructors

public IncomingConnectionEvent (int playerid, String ipAddress, int port)

Public Methods

public String getIpAddress ()

public int getPlayerId ()

public int getPort ()