FreeHEP API
Version current

hep.aida.ref.remote.interfaces
Interface AidaUpdateEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
RemoteUpdateEvent

public interface AidaUpdateEvent
extends Serializable

Is passed to the TreeClient to notify it about changes in the server-side ITree. Event ID describes the change. Can be expanded later.

Author:
serbo
Source Code:
AidaUpdateEvent.java

Field Summary
static int DO_ADD_NODE_NOW
           
static int DO_DATA_UPDATE_NOW
           
static int FOLDER_IS_FILLED
           
static int NODE_ADDED
           
static int NODE_DELETED
           
static int NODE_IS_AVAILABLE_AGAIN
           
static int NODE_TEMPORARY_UNAVAILABLE
           
static int NODE_UPDATED
           
 
Method Summary
 int id()
          Return ID for this Event
 String nodeType()
          Return type of the node.
 String path()
          Return ABSOLUTE path for the node.
 

Field Detail

NODE_UPDATED

public static final int NODE_UPDATED
See Also:
Constant Field Values

NODE_ADDED

public static final int NODE_ADDED
See Also:
Constant Field Values

NODE_DELETED

public static final int NODE_DELETED
See Also:
Constant Field Values

FOLDER_IS_FILLED

public static final int FOLDER_IS_FILLED
See Also:
Constant Field Values

DO_DATA_UPDATE_NOW

public static final int DO_DATA_UPDATE_NOW
See Also:
Constant Field Values

DO_ADD_NODE_NOW

public static final int DO_ADD_NODE_NOW
See Also:
Constant Field Values

NODE_TEMPORARY_UNAVAILABLE

public static final int NODE_TEMPORARY_UNAVAILABLE
See Also:
Constant Field Values

NODE_IS_AVAILABLE_AGAIN

public static final int NODE_IS_AVAILABLE_AGAIN
See Also:
Constant Field Values
Method Detail

id

public int id()
Return ID for this Event


path

public String path()
Return ABSOLUTE path for the node.


nodeType

public String nodeType()
Return type of the node. In Java it is full class name. Node type for a folder is "dir".


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.