VdexReload 1.1.3 API

uk.ac.reload.moonunit.schema
Class ReloadVocabularyListenerEvent

java.lang.Object
  extended byuk.ac.reload.moonunit.schema.ReloadVocabularyListenerEvent

public class ReloadVocabularyListenerEvent
extends java.lang.Object

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

_source

protected java.lang.Object _source
Who started this event in the first place


_rvList

protected ReloadVocabularyList _rvList
The Vocabulary List


_list

protected java.lang.String[] _list
A String array of list items

Constructor Detail

ReloadVocabularyListenerEvent

public ReloadVocabularyListenerEvent(java.lang.Object source,
                                     ReloadVocabularyList rvList,
                                     java.lang.String[] list)
Constructor

Parameters:
source - Who started this event in the first place
rvList - the Vocabulary list
list - a String array of list items
Method Detail

getSource

public java.lang.Object getSource()
Get the source object that started this event

Returns:
the source object that started this event

getReloadVocabularyList

public ReloadVocabularyList getReloadVocabularyList()
Get the Vocabulary list

Returns:
the vocabulary list

getList

public java.lang.String[] getList()
Get the array of list items

Returns:
the array of list items

VdexReload 1.1.3 API