VdexReload 1.1.3 API

uk.ac.reload.dweezil
Interface ApplicationListener

All Known Implementing Classes:
ContentPackageEditor, MetadataEditorFrame, VocabularyEditorFrame

public interface ApplicationListener

The Application Listener to notify when the Application is doing stuff


Method Summary
 boolean applicationClosing()
          The Application is closing
 

Method Detail

applicationClosing

public boolean applicationClosing()
The Application is closing

Returns:
true for OK, false for not OK

VdexReload 1.1.3 API