|
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.dom.ReloadDocumentListenerEvent
A ReloadDocument has changed , this is the Event that is fired Listeners.
Field Summary | |
protected boolean |
_doSelect
A hint to the listener that they should select the Element that changed |
protected org.jdom.Element |
_element
The element concerned |
protected ReloadSchemaDocument |
_reloadDocument
The document for the element |
protected java.lang.Object |
_source
Who started this event in the first place |
Constructor Summary | |
ReloadDocumentListenerEvent(java.lang.Object source,
ReloadSchemaDocument reloadDocument,
org.jdom.Element element,
boolean doSelect)
Constructor |
Method Summary | |
boolean |
doSelect()
Get the select option for the element that changed |
org.jdom.Element |
getElement()
Get the element concerned |
ReloadSchemaDocument |
getReloadDocument()
Get the document for the element |
java.lang.Object |
getSource()
Get the source who 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 ReloadSchemaDocument _reloadDocument
protected org.jdom.Element _element
protected boolean _doSelect
Constructor Detail |
public ReloadDocumentListenerEvent(java.lang.Object source, ReloadSchemaDocument reloadDocument, org.jdom.Element element, boolean doSelect)
source
- Who started this event in this first placereloadDocument
- The Document for the Elementelement
- The Element concerneddoSelect
- A hint to the listener that they should select the Element that changedMethod Detail |
public java.lang.Object getSource()
public ReloadSchemaDocument getReloadDocument()
public org.jdom.Element getElement()
public boolean doSelect()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |