public class VObjectEvent
extends java.util.EventObject
VObjectListener,
Serialized Form| Constructor and Description |
|---|
VObjectEvent(java.lang.Object source,
VObject object)
Deprecated.
Constructs a VObjectEvent object.
|
VObjectEvent(java.lang.Object source,
VObject object,
VNode parent)
Deprecated.
Constructs a VObjectEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
VObject |
getObject()
Deprecated.
Returns the affected system resource.
|
VNode |
getParent()
Deprecated.
Returns the parent of the affected system resource.
|
boolean |
isDuringLoad()
Deprecated.
|
public VObjectEvent(java.lang.Object source,
VObject object)
source - The event source.object - The affected system resource.public VObjectEvent(java.lang.Object source,
VObject object,
VNode parent)
source - The event source.object - The affected system resource.parent - The parent of the affected system resource.
This is only relevant for object created
events.public VObject getObject()
public VNode getParent()
public boolean isDuringLoad()