org.browsecode.helpers.reorderablelistpanel
Interface Uninitializable

All Known Implementing Classes:
AbstractPartListPanel, PagesListPanel, QuestionListPanel, QuestionPanel, RadioButtonListPanel, ReorderableListPanel

public interface Uninitializable


Method Summary
 void uninitialize()
          Uninitialize the component.
 

Method Detail

uninitialize

void uninitialize()
Uninitialize the component. It should de-register any listeners that will persist into later usage. For improved stability, it is highly recommended that when you call this, you should put a try{}catch(Throwable t){} block around your call, so that any exceptions do not affect the rest of the program. In general, it shouldn't really matter whether uninitialize succeeds -- if it fails, the program should only operate more slowly.