danger.util
Interface ActiveObject.Delegate

All Known Implementing Classes:
ActiveObject.WeakDelegateList, StdActiveList
Enclosing interface:
ActiveObject


public static interface ActiveObject.Delegate

Interface for delegates that get notified on changes to instances of this (outer) class.


Method Summary
 void onUpdate(ActiveObject obj)
          This method is called whenever ActiveObject.update() is called on an (outer) instance.
 

Method Detail

onUpdate

void onUpdate(ActiveObject obj)
This method is called whenever ActiveObject.update() is called on an (outer) instance.

Parameters:
obj - non-null; the instance which was updated