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