db4o 8.0

com.db4o.events
Class ObjectInfoEventArgs

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

public class ObjectInfoEventArgs
extends ObjectEventArgs


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

ObjectInfoEventArgs

public ObjectInfoEventArgs(com.db4o.internal.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 class ObjectEventArgs

info

public ObjectInfo info()

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.