DESY ACOP Beans Home

de.desy.acop.displayers.selector
Class SelectorGUIEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.desy.acop.displayers.selector.SelectorGUIEvent
All Implemented Interfaces:
java.io.Serializable

public class SelectorGUIEvent
extends java.util.EventObject

SelectorGuiEvent is triggerd by SelectorGUI each time when a property or device query was finished.

Author:
Jaka Bobnar, Cosylab
See Also:
Serialized Form

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

SelectorGUIEvent

public SelectorGUIEvent(java.lang.Object source,
                        boolean selectionComplete)
Constructs a new SelectorGUIEvent.

Parameters:
source - the source of the event
selectionComplete - indication that selection is complete (ConnectionParameters are valid)
Method Detail

isSelectionComplete

public boolean isSelectionComplete()
Returns true if selection is complete.

Returns:
selection complete


Copyright © 2010. All Rights Reserved.