|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.moonunit.schema.ReloadVocabularyListenerEvent
A ReloadVocabularyList has changed , this is the Event that is fired Listeners.
Field Summary | |
protected java.lang.String[] |
_list
A String array of list items |
protected ReloadVocabularyList |
_rvList
The Vocabulary List |
protected java.lang.Object |
_source
Who started this event in the first place |
Constructor Summary | |
ReloadVocabularyListenerEvent(java.lang.Object source,
ReloadVocabularyList rvList,
java.lang.String[] list)
Constructor |
Method Summary | |
java.lang.String[] |
getList()
Get the array of list items |
ReloadVocabularyList |
getReloadVocabularyList()
Get the Vocabulary list |
java.lang.Object |
getSource()
Get the source object that started this event |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Object _source
protected ReloadVocabularyList _rvList
protected java.lang.String[] _list
Constructor Detail |
public ReloadVocabularyListenerEvent(java.lang.Object source, ReloadVocabularyList rvList, java.lang.String[] list)
source
- Who started this event in the first placervList
- the Vocabulary listlist
- a String array of list itemsMethod Detail |
public java.lang.Object getSource()
public ReloadVocabularyList getReloadVocabularyList()
public java.lang.String[] getList()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |