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.


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

NOOP

static final ChangeListener NOOP
Method Detail

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.