FreeHEP API
Version v1.2.2

hep.aida.ref.remote
Class RemoteUpdateEvent

java.lang.Object
  |
  +--hep.aida.ref.remote.RemoteUpdateEvent
All Implemented Interfaces:
AidaUpdateEvent, Serializable

public class RemoteUpdateEvent
extends Object
implements AidaUpdateEvent, Serializable

Author:
serbo
See Also:
Serialized Form

Field Summary
protected  int id
           
protected  String nodeType
           
protected  String path
           
 
Fields inherited from interface hep.aida.ref.remote.interfaces.AidaUpdateEvent
NODE_ADDED, NODE_DELETED, NODE_UPDATED
 
Constructor Summary
RemoteUpdateEvent()
          Creates a new instance of BasicTreeEvent
RemoteUpdateEvent(int id, String path, String nodeType)
           
 
Method Summary
 int id()
          Return ID for this Event
 void init()
           
 String nodeType()
          Return type of the node.
 String path()
          Return ABSOLUTE path for the node.
 void setId(int id)
           
 void setNodeType(String nodeType)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

path

protected String path

nodeType

protected String nodeType
Constructor Detail

RemoteUpdateEvent

public RemoteUpdateEvent()
Creates a new instance of BasicTreeEvent


RemoteUpdateEvent

public RemoteUpdateEvent(int id,
                         String path,
                         String nodeType)
Method Detail

init

public void init()

setId

public void setId(int id)

setNodeType

public void setNodeType(String nodeType)

setPath

public void setPath(String path)

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

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.