Package com.db4o.events
Class ObjectEventArgs
- java.lang.Object
-
- com.db4o.events.EventArgs
-
- com.db4o.events.TransactionalEventArgs
-
- com.db4o.events.ObjectEventArgs
-
- Direct Known Subclasses:
ObjectInfoEventArgs
public abstract class ObjectEventArgs extends TransactionalEventArgs
Arguments for object related events.- See Also:
EventRegistry
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ObjectEventArgs(Transaction transaction)
Creates a new instance for the specified object.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Object
object()
The object that triggered this event.-
Methods inherited from class com.db4o.events.TransactionalEventArgs
objectContainer, transaction
-
-
-
-
Constructor Detail
-
ObjectEventArgs
protected ObjectEventArgs(Transaction transaction)
Creates a new instance for the specified object.
-
-