com.threerings.presents.dobj
Interface ObjectDeathListener

All Superinterfaces:
ChangeListener

public interface ObjectDeathListener
extends ChangeListener

Implemented by entities which wish to hear about object destruction events.

See Also:
DObject.addListener(com.threerings.presents.dobj.ChangeListener)

Method Summary
 void objectDestroyed(ObjectDestroyedEvent event)
          Called when this object has been destroyed.
 

Method Detail

objectDestroyed

void objectDestroyed(ObjectDestroyedEvent event)
Called when this object has been destroyed. This will be called after the event has been applied to the object.

Parameters:
event - The event that was dispatched on the object.