public final class Signal extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Signal()
Creates new instance.
|
|
Signal(long id,
ObjectValue value)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getId()
Returns the id.
|
ObjectValue |
getValue()
Returns the value.
|
int |
hashCode() |
protected Signal()
public Signal(long id,
ObjectValue value)
id - value - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.