public abstract class ObjectEventArgs extends TransactionalEventArgs
EventRegistry| Modifier | Constructor and Description |
|---|---|
protected |
ObjectEventArgs(Transaction transaction)
Creates a new instance for the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
object()
The object that triggered this event.
|
objectContainer, transactionprotected ObjectEventArgs(Transaction transaction)