|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.events.EventArgs
com.db4o.events.ObjectEventArgs
com.db4o.events.QueryEventArgs
public class QueryEventArgs
Arguments for Query
related events.
EventRegistry
Field Summary |
---|
Fields inherited from class com.db4o.events.EventArgs |
---|
EMPTY |
Constructor Summary | |
---|---|
QueryEventArgs(Query q)
Creates a new instance for the specified Query instance. |
Method Summary | |
---|---|
Query |
query()
The Query which triggered the event. |
Methods inherited from class com.db4o.events.ObjectEventArgs |
---|
object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryEventArgs(Query q)
Query
instance.
Method Detail |
---|
public Query query()
Query
which triggered the event.
|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |