public class ClientConnectionEvent extends SystemEvent
Modifier and Type | Class and Description |
---|---|
static interface |
ClientConnectionEvent.Listener |
static interface |
ClientConnectionEvent.Source |
Constructor and Description |
---|
ClientConnectionEvent(SessionId sessId,
boolean isConnect) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCoClientName() |
boolean |
isCoClientEvent() |
boolean |
isConnect() |
boolean |
isDisconnect() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
getSessionId, setWasCausedByMe, toDumpString, wasCausedByMe
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public ClientConnectionEvent(SessionId sessId, boolean isConnect)
public boolean isConnect()
public boolean isDisconnect()
public boolean isCoClientEvent()
public java.lang.String getCoClientName()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class AbstractSessionEvent
Copyright © 2014 EsprIT-Systems. All Rights Reserved.