|
db4o 8.0 | ||||||||
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.ObjectInfoEventArgs
public class ObjectInfoEventArgs
Field Summary |
---|
Fields inherited from class com.db4o.events.EventArgs |
---|
EMPTY |
Constructor Summary | |
---|---|
ObjectInfoEventArgs(com.db4o.internal.Transaction transaction,
ObjectInfo info)
|
Method Summary | |
---|---|
ObjectInfo |
info()
|
java.lang.Object |
object()
The object that triggered this event. |
Methods inherited from class com.db4o.events.TransactionalEventArgs |
---|
objectContainer, transaction |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectInfoEventArgs(com.db4o.internal.Transaction transaction, ObjectInfo info)
Method Detail |
---|
public java.lang.Object object()
ObjectEventArgs
object
in class ObjectEventArgs
public ObjectInfo info()
|
db4o 8.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |