public class GenericBaseDevice
extends IoHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<ConnectionListener> |
connectionListeners |
| Constructor and Description |
|---|
GenericBaseDevice() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionListener(ConnectionListener listener) |
protected void |
fireConnected() |
protected void |
fireConnectionFailed(java.lang.Throwable e) |
protected void |
fireDisconnected(java.lang.Throwable e) |
void |
removeConnectionListener(ConnectionListener listener) |
protected final java.util.Set<ConnectionListener> connectionListeners
public void addConnectionListener(ConnectionListener listener)
public void removeConnectionListener(ConnectionListener listener)
protected void fireConnectionFailed(java.lang.Throwable e)
protected void fireDisconnected(java.lang.Throwable e)
protected void fireConnected()
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