|
db4o 7.5 | ||||||||
| 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.TransactionalEventArgs
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(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 |
|---|
public QueryEventArgs(com.db4o.internal.Transaction transaction,
Query q)
Query instance.
| Method Detail |
|---|
public Query query()
Query which triggered the event.
|
db4o 7.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||