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 forQueryrelated events.- See Also:
- EventRegistry
 
- 
- 
Constructor SummaryConstructors Constructor Description QueryEventArgs(Transaction transaction, Query q)Creates a new instance for the specifiedQueryinstance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Queryquery()TheQuerywhich triggered the event.- 
Methods inherited from class com.db4o.events.TransactionalEventArgsobjectContainer, transaction
 
- 
 
- 
- 
- 
Constructor Detail- 
QueryEventArgspublic QueryEventArgs(Transaction transaction, Query q) Creates a new instance for the specifiedQueryinstance.
 
- 
 
-