public interface ConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
closed(java.lang.Throwable error)
Called when the connection is broken
|
void |
connectFailed(java.lang.Throwable error)
The attempt to establish a connection has failed.
|
void |
opened()
Called when the connection is established
|
void opened()
void closed(java.lang.Throwable error)
error - the error or null if no error is knownvoid connectFailed(java.lang.Throwable error)
error - the error or null if no error is known
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0