org.openbp.common.util
Interface DisposalListener


public interface DisposalListener

This interface can be implemented in order to get notified when containers restricted in size or time containers dispose their elements.

Author:
Falk Hartmann

Method Summary
 void onDispose(java.lang.Object obj)
          This method is called by the container for each element that is being disposed.
 

Method Detail

onDispose

void onDispose(java.lang.Object obj)
This method is called by the container for each element that is being disposed.

Parameters:
obj - For maps, the key is passed; for simple containers, the object itself


Copyright © 2011. All Rights Reserved.