Package com.db4o.events
Class QueryEventArgs
- java.lang.Object
-
- com.db4o.events.EventArgs
-
- com.db4o.events.TransactionalEventArgs
-
- com.db4o.events.QueryEventArgs
-
public class QueryEventArgs extends TransactionalEventArgs
Arguments forQuery
related events.- See Also:
EventRegistry
-
-
Constructor Summary
Constructors Constructor Description QueryEventArgs(Transaction transaction, Query q)
Creates a new instance for the specifiedQuery
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Query
query()
TheQuery
which triggered the event.-
Methods inherited from class com.db4o.events.TransactionalEventArgs
objectContainer, transaction
-
-
-
-
Constructor Detail
-
QueryEventArgs
public QueryEventArgs(Transaction transaction, Query q)
Creates a new instance for the specifiedQuery
instance.
-
-