rle.core.data.event
Interface DisposalListener

All Known Implementing Classes:
RuntimeAttributeLabel

public interface DisposalListener

For classes that wish to be notified that a RuntimeData instance has disposed a Computed attribute.


Method Summary
 void computedAttributeDisposed(DisposalEvent event)
           
 

Method Detail

computedAttributeDisposed

void computedAttributeDisposed(DisposalEvent event)