public class SignalChange extends Change
| Modifier and Type | Class and Description |
|---|---|
static class |
SignalChange.Type
Type of the change event.
|
| Constructor and Description |
|---|
SignalChange(Signal signal,
SignalChange.Type changeType)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SignalChange.Type |
getChangeType()
Returns the type of the change that happened to the signal.
|
Signal |
getSignal()
Returns the signal.
|
getElement, isDebuggerRelevant, isValueChangepublic SignalChange(Signal signal, SignalChange.Type changeType)
signal - the signal which changedchangeType - type of the change that happened to the signalpublic Signal getSignal()
public SignalChange.Type getChangeType()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.