public abstract class WebSocketDependencyListener<T> extends de.tsl2.nano.bean.def.AbstractDependencyListener<T,WSEvent>
#evaluate(Object).| Constructor and Description |
|---|
WebSocketDependencyListener()
constructor
|
WebSocketDependencyListener(de.tsl2.nano.bean.def.AttributeDefinition<T> attribute)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
evaluate(WSEvent evt)
evaluates a new value for it's attribute through a changed depending value.
|
void |
handleEvent(WSEvent evt) |
static void |
sendValue(String attributeID,
String propertyName,
Object value) |
public WebSocketDependencyListener()
public WebSocketDependencyListener(de.tsl2.nano.bean.def.AttributeDefinition<T> attribute)
attribute - public void handleEvent(WSEvent evt)
Copyright © 2012–2020. All rights reserved.