public interface StateChangeReceiver extends OsidReceiver
The state receiver is the consumer supplied interface for receiving notifications pertaining to changed states.
| Modifier and Type | Method and Description |
|---|---|
void |
changedState(Id notificationId,
Id id,
Id processId)
The callback for notification of updated states.
|
down, up