Package com.db4o.events
Class ObjectInfoEventArgs
- java.lang.Object
-
- com.db4o.events.EventArgs
-
- com.db4o.events.TransactionalEventArgs
-
- com.db4o.events.ObjectEventArgs
-
- com.db4o.events.ObjectInfoEventArgs
-
- Direct Known Subclasses:
CancellableObjectEventArgs
public class ObjectInfoEventArgs extends ObjectEventArgs
-
-
Constructor Summary
Constructors Constructor Description ObjectInfoEventArgs(Transaction transaction, ObjectInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectInfo
info()
java.lang.Object
object()
The object that triggered this event.-
Methods inherited from class com.db4o.events.TransactionalEventArgs
objectContainer, transaction
-
-
-
-
Constructor Detail
-
ObjectInfoEventArgs
public ObjectInfoEventArgs(Transaction transaction, ObjectInfo info)
-
-
Method Detail
-
object
public java.lang.Object object()
Description copied from class:ObjectEventArgs
The object that triggered this event.- Specified by:
object
in classObjectEventArgs
-
info
public ObjectInfo info()
-
-