brooklyn.entity.rebind
Interface ChangeListener
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.
NOOP
static final ChangeListener NOOP
onManaged
void onManaged(Entity entity)
onUnmanaged
void onUnmanaged(Entity entity)
onChanged
void onChanged(Entity entity)
onManaged
void onManaged(Location location)
onUnmanaged
void onUnmanaged(Location location)
onChanged
void onChanged(Location location)
onChanged
void onChanged(Policy policy)
Copyright © 2013. All Rights Reserved.