package glum.gui.dock.action; public interface Destroyable { /** * Notification method sent when this object should be destroyed and all associated references should be released. */ public void destroy(); }