Uses of Interface
phenote.dataadapter.LoadSaveListener

Packages that use LoadSaveListener
phenote.dataadapter Generalized methods for creating customized Data Adapters 
phenote.edit   
 

Uses of LoadSaveListener in phenote.dataadapter
 

Methods in phenote.dataadapter with parameters of type LoadSaveListener
 void LoadSaveManager.addListener(LoadSaveListener listener)
           
 void LoadSaveManager.removeListener(LoadSaveListener listener)
           
 

Uses of LoadSaveListener in phenote.edit
 

Classes in phenote.edit that implement LoadSaveListener
 class DirtyDocumentIndicator
          Listens for editing by the user to indicate that the document needs saving before it's closed.