hep.aida.ref.remote
Class RemoteUpdateEvent
java.lang.Object
java.util.EventObject
hep.aida.ref.remote.RemoteUpdateEvent
- All Implemented Interfaces:
- AidaUpdateEvent, Serializable
- public class RemoteUpdateEvent
- extends EventObject
- implements AidaUpdateEvent, Serializable
- Author:
- serbo
- See Also:
- Serialized Form
- Source Code:
- RemoteUpdateEvent.java
id
protected int id
path
protected String path
nodeType
protected String nodeType
xAxisType
protected String xAxisType
RemoteUpdateEvent
public RemoteUpdateEvent()
- Creates a new instance of BasicTreeEvent
RemoteUpdateEvent
public RemoteUpdateEvent(int id,
String path,
String nodeType)
RemoteUpdateEvent
public RemoteUpdateEvent(int id,
String path,
String nodeType,
String xAxisType)
init
public void init()
setId
public void setId(int id)
setNodeType
public void setNodeType(String nodeType)
setPath
public void setPath(String path)
setXAxisType
public void setXAxisType(String xAxisType)
getXAxisType
public String getXAxisType()
id
public int id()
- Description copied from interface:
AidaUpdateEvent
- Return ID for this Event
- Specified by:
id
in interface AidaUpdateEvent
nodeType
public String nodeType()
- Description copied from interface:
AidaUpdateEvent
- Return type of the node. In Java it is full class name.
Node type for a folder is "dir".
- Specified by:
nodeType
in interface AidaUpdateEvent
path
public String path()
- Description copied from interface:
AidaUpdateEvent
- Return ABSOLUTE path for the node.
- Specified by:
path
in interface AidaUpdateEvent
Copyright © 2000-2004 FreeHEP, All Rights Reserved.