ServerConnectEvent

class ServerConnectEvent(val connectScreen: ConnectScreen, val address: ServerAddress, val serverInfo: ServerData, val cookieStorage: TransferState?) : CancellableEvent

Constructors

Link copied to clipboard
constructor(connectScreen: ConnectScreen, address: ServerAddress, serverInfo: ServerData, cookieStorage: TransferState?)

Properties

Link copied to clipboard
val address: ServerAddress
Link copied to clipboard
val connectScreen: ConnectScreen
Link copied to clipboard
val cookieStorage: TransferState?
Link copied to clipboard

Let you know if the event is canceled

Link copied to clipboard
Link copied to clipboard
val serverInfo: ServerData

Functions

Link copied to clipboard

Allows you to cancel an event