DESY ACOP Beans Home

de.desy.acop.displayers.selector
Class QueryEvent

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

public class QueryEvent
extends java.util.EventObject

QueryEvent is an event triggered by the Selector when remote queries are started or finished.

Version:
$Id: Templates.xml,v 1.10 2004/01/13 16:17:13 jbobnar Exp $
Author:
Jaka Bobnar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
QueryEvent(java.lang.Object source, java.lang.String process)
          Constructs a new QueryEvent.
 
Method Summary
 java.lang.String getProcess()
          Returns the id of the event
 
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

QueryEvent

public QueryEvent(java.lang.Object source,
                  java.lang.String process)
Constructs a new QueryEvent.

Parameters:
source - the source of the event
process - the id of the event
Method Detail

getProcess

public java.lang.String getProcess()
Returns the id of the event

Returns:
the id


Copyright © 2010. All Rights Reserved.