public class ClientState extends AbstractPropertyChange
Modifier and Type | Field and Description |
---|---|
static String |
PROP_CONNECTION_STATE |
static String |
PROP_DATA_STARTED |
Constructor and Description |
---|
ClientState(Connection connection) |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionState() |
boolean |
isDataStarted() |
void |
setConnectionState(String connectionState) |
void |
setDataStarted(boolean dataStarted) |
void |
setReconnect(Variant dummyValue) |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
public static final String PROP_CONNECTION_STATE
public static final String PROP_DATA_STARTED
public ClientState(Connection connection)
public void setConnectionState(String connectionState)
public String getConnectionState()
public void setDataStarted(boolean dataStarted)
public boolean isDataStarted()
public void setReconnect(Variant dummyValue)
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.