| Modifier and Type | Method and Description |
|---|---|
ClientActorBehavior<T> |
InternalCommand.execute(ClientActorBehavior<T> currentBehavior)
Run command actions.
|
protected abstract ClientActorBehavior<?> |
AbstractClientActor.initialBehavior(ClientActorContext context) |
protected abstract ClientActorBehavior<T> |
ClientActorBehavior.onCommand(Object command)
Override this method to handle any command which is not handled by the base behavior.
|
| Modifier and Type | Method and Description |
|---|---|
ClientActorBehavior<T> |
InternalCommand.execute(ClientActorBehavior<T> currentBehavior)
Run command actions.
|
Copyright © 2018 OpenDaylight. All rights reserved.