|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.genesyslab.platform.commons.connection.ConnectionClosedEvent
Constructor Summary | |
ConnectionClosedEvent(java.lang.Object source,
java.lang.Throwable cause)
Constructs an event about closed connection. |
Method Summary | |
java.lang.Throwable |
getCause()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConnectionClosedEvent(java.lang.Object source, java.lang.Throwable cause)
source
- The object on which the Event initially occurred.Method Detail |
public java.lang.Throwable getCause()
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |