public class OAVObjectAddedEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
id
The object id.
|
protected boolean |
root
The root flag.
|
protected OAVObjectType |
type
The object type.
|
| Constructor and Description |
|---|
OAVObjectAddedEvent(java.lang.Object id,
OAVObjectType type,
boolean root)
Create a new object added event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Get the string representation.
|
protected java.lang.Object id
protected OAVObjectType type
protected boolean root
public OAVObjectAddedEvent(java.lang.Object id,
OAVObjectType type,
boolean root)