com.seag.qm
Class QueryEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.seag.qm.QueryEvent
All Implemented Interfaces:
java.io.Serializable

public class QueryEvent
extends java.util.EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
QueryEvent(java.lang.Object source, long key)
          Creats a new QueryEvent
 
Method Summary
 long getKey()
          Get the Key of the QueryEvent
 
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,
                  long key)
Creats a new QueryEvent
Parameters:
source - Object who triggered the event
key - of the Query - Object
Method Detail

getKey

public long getKey()
Get the Key of the QueryEvent
Returns:
long EventKey