|
Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ChangeListener
Listener to be notified of changes within brooklyn, so that the new state of the entity/location/policy can be persisted. Users are not expected to implement this class. It is for use by the RebindManager.
| Field Summary | |
|---|---|
static ChangeListener |
NOOP
|
| Method Summary | |
|---|---|
void
|
onChanged(Entity entity)
|
void
|
onChanged(Location location)
|
void
|
onChanged(Policy policy)
|
void
|
onManaged(Entity entity)
|
void
|
onManaged(Location location)
|
void
|
onUnmanaged(Entity entity)
|
void
|
onUnmanaged(Location location)
|
| Field Detail |
|---|
public static final ChangeListener NOOP
| Method Detail |
|---|
public void onChanged(Entity entity)
public void onChanged(Location location)
public void onChanged(Policy policy)
public void onManaged(Entity entity)
public void onManaged(Location location)
public void onUnmanaged(Entity entity)
public void onUnmanaged(Location location)
Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.