VdexReload 1.1.3 API

uk.ac.reload.moonunit.schema
Interface ReloadVocabularyListener

All Known Implementing Classes:
MetadataComboBox, ReloadListBox

public interface ReloadVocabularyListener

The ReloadVocabularyListener to notify when a Vocabulary List has been changed


Method Summary
 void vocabularyListChanged(ReloadVocabularyListenerEvent event)
          Determine what has to be done when the vocabulary list has changed - implementations should provide this
 

Method Detail

vocabularyListChanged

public void vocabularyListChanged(ReloadVocabularyListenerEvent event)
Determine what has to be done when the vocabulary list has changed - implementations should provide this


VdexReload 1.1.3 API