|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.seag.qm.QueryEvent
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 |
public QueryEvent(java.lang.Object source, long key)
source
- Object who triggered the eventkey
- of the Query - ObjectMethod Detail |
public long getKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |