Class ConnectedEvent
- java.lang.Object
-
- dev.robocode.tankroyale.botapi.events.ConnectedEvent
-
- All Implemented Interfaces:
IEvent
public final class ConnectedEvent extends java.lang.Object
Event occurring when bot gets connected to server
-
-
Constructor Summary
Constructors Constructor Description ConnectedEvent(java.net.URI serverUri)
Initializes a new instance of the ConnectedEvent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URI
getServerUri()
Return the URI of the server.
-