db4o 7.4

com.db4o.events
Class QueryEventArgs

java.lang.Object
  extended by com.db4o.events.EventArgs
      extended by com.db4o.events.TransactionalEventArgs
          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(com.db4o.internal.Transaction transaction, 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 com.db4o.events.TransactionalEventArgs
transaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEventArgs

public QueryEventArgs(com.db4o.internal.Transaction transaction,
                      Query q)
Creates a new instance for the specified Query instance.

Method Detail

query

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


db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.