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