public class ValueDelegateEvent<V> extends AbstractEvent<ValueDelegateEvent.Type,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueDelegateEvent.Type
Value protocol event type.
|
| Constructor and Description |
|---|
ValueDelegateEvent(ValueDelegateEvent.Type type,
V subject) |
ValueDelegateEvent(ValueDelegateEvent.Type type,
V subject,
long time) |
| Modifier and Type | Method and Description |
|---|---|
V |
value()
Returns the value.
|
subject, time, toString, typepublic ValueDelegateEvent(ValueDelegateEvent.Type type, V subject)
public ValueDelegateEvent(ValueDelegateEvent.Type type, V subject, long time)
public V value()
Copyright © 2013–2018. All rights reserved.