db4o 6.1

com.db4o.events
Class QueryEventArgs

java.lang.Object
  extended by com.db4o.events.EventArgs
      extended by com.db4o.events.ObjectEventArgs
          extended by com.db4o.events.QueryEventArgs

public class QueryEventArgs
extends ObjectEventArgs

Arguments for Query related events.

See Also:
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

QueryEventArgs

public QueryEventArgs(Query q)
Creates a new instance for the specified Query instance.

Method Detail

query

public Query query()
The Query which triggered the event.


db4o 6.1