public class CubeLifecycleController extends Object
| Constructor and Description |
|---|
CubeLifecycleController() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CreateCube event,
CubeRegistry registry) |
void |
destroy(DestroyCube event,
CubeRegistry registry) |
void |
start(StartCube event,
CubeRegistry registry) |
void |
stop(StopCube event,
CubeRegistry registry) |
public void create(@Observes
CreateCube event,
CubeRegistry registry)
public void start(@Observes
StartCube event,
CubeRegistry registry)
public void stop(@Observes
StopCube event,
CubeRegistry registry)
public void destroy(@Observes
DestroyCube event,
CubeRegistry registry)
Copyright © 2015 JBoss by Red Hat. All rights reserved.