|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject de.desy.acop.displayers.selector.SelectorGUIEvent
public class SelectorGUIEvent
SelectorGuiEvent
is triggerd by SelectorGUI
each time when a property or device query was finished.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
SelectorGUIEvent(java.lang.Object source,
boolean selectionComplete)
Constructs a new SelectorGUIEvent. |
Method Summary | |
---|---|
boolean |
isSelectionComplete()
Returns true if selection is complete. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SelectorGUIEvent(java.lang.Object source, boolean selectionComplete)
source
- the source of the eventselectionComplete
- indication that selection is complete (ConnectionParameters are valid)Method Detail |
---|
public boolean isSelectionComplete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |