com.zwares.base.util
Interface Destructible

All Known Implementing Classes:
EEventBuffer, EEventFactory

public interface Destructible

Interface that defines the method destroy.


Method Summary
 void destroy()
          Derefrences all instances being held by this object.
 

Method Detail

destroy

public void destroy()
Derefrences all instances being held by this object. This assueres that the objects can be cleanly grabage collected.