|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ibm.as400.vaccess.VObjectEvent
public class VObjectEvent extends EventObject
The VObjectEvent class represents an event that is fired when a system resource is changed, created, or deleted.
VObjectListener,
Serialized Form| Modifier and Type | Field and Description |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor and Description |
|---|
VObjectEvent(Object source,
VObject object)
Deprecated. Constructs a VObjectEvent object. |
VObjectEvent(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. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VObjectEvent(Object source,
VObject object)
source - The event source.object - The affected system resource.
public VObjectEvent(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.| Method Detail |
|---|
public VObject getObject()
public VNode getParent()
public boolean isDuringLoad()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||