public class CubeRemoteCommandObserver extends Object
| Constructor and Description |
|---|
CubeRemoteCommandObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CreateCubeCommand command,
CubeController controller) |
void |
destroy(DestroyCubeCommand command,
CubeController controller) |
void |
start(StartCubeCommand command,
CubeController controller) |
void |
stop(StopCubeCommand command,
CubeController controller) |
public void create(@Observes
CreateCubeCommand command,
CubeController controller)
public void start(@Observes
StartCubeCommand command,
CubeController controller)
public void stop(@Observes
StopCubeCommand command,
CubeController controller)
public void destroy(@Observes
DestroyCubeCommand command,
CubeController controller)
Copyright © 2014 JBoss by Red Hat. All rights reserved.