public class ConnectionStateChangedEvent extends Object
| Constructor and Description |
|---|
ConnectionStateChangedEvent(Session session,
ConnectionState state)
Creates a new instance of this event object.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
getSession() |
ConnectionState |
getState() |
String |
toString() |
public ConnectionStateChangedEvent(Session session, ConnectionState state)
session - the session object that fired this event.state - being reported by this event.public Session getSession()
public ConnectionState getState()
Copyright © 2020 Micro Focus. All rights reserved.