db4o 7.4

com.db4o.events
Class ObjectEventArgs

java.lang.Object
  extended by com.db4o.events.EventArgs
      extended by com.db4o.events.TransactionalEventArgs
          extended by com.db4o.events.ObjectEventArgs
Direct Known Subclasses:
CancellableObjectEventArgs, QueryEventArgs

public class ObjectEventArgs
extends TransactionalEventArgs

Arguments for object related events.

See Also:
EventRegistry

Field Summary
 
Fields inherited from class com.db4o.events.EventArgs
EMPTY
 
Constructor Summary
ObjectEventArgs(com.db4o.internal.Transaction transaction, java.lang.Object obj)
          Creates a new instance for the specified object.
 
Method Summary
 java.lang.Object object()
          The object that triggered this event.
 
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

ObjectEventArgs

public ObjectEventArgs(com.db4o.internal.Transaction transaction,
                       java.lang.Object obj)
Creates a new instance for the specified object.

Method Detail

object

public java.lang.Object object()
The object that triggered this event.


db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.