com.vinculumtech.platform.docmodel
Interface NodeListener
- public interface NodeListener
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/docmodel/NodeListener.java#6 $
Method Summary |
void |
handleEvent(int eventCode,
Node node,
java.lang.String localPath,
java.lang.Object oldValue,
java.lang.Object newValue)
|
CHANGED_EVENT
public static final int CHANGED_EVENT
- See Also:
- Constant Field Values
ACCESSED_EVENT
public static final int ACCESSED_EVENT
- See Also:
- Constant Field Values
DELETED_EVENT
public static final int DELETED_EVENT
- See Also:
- Constant Field Values
handleEvent
public void handleEvent(int eventCode,
Node node,
java.lang.String localPath,
java.lang.Object oldValue,
java.lang.Object newValue)
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.