FreeHEP API
Version v1.2.2

hep.aida.ref.tree
Class MountPoint

java.lang.Object
  |
  +--hep.aida.ref.event.AIDAObservable
        |
        +--hep.aida.ref.ManagedObject
              |
              +--hep.aida.ref.tree.Folder
                    |
                    +--hep.aida.ref.tree.MountPoint
All Implemented Interfaces:
AIDAListener, hep.aida.dev.IDevManagedObject, hep.aida.IManagedObject

public class MountPoint
extends Folder
implements AIDAListener

A mount point allows one tree to be "mounted" in another. Mount point extends Folder so that it appears as just another folder to the tree, but it overrides all of Folders methods and forwards them to the mountPoint within the mounted tree.

Version:
$Id: MountPoint.java,v 1.6 2003/07/02 17:41:16 turri Exp $
Author:
tonyj

Field Summary
 
Fields inherited from class hep.aida.ref.ManagedObject
fillable
 
Fields inherited from class hep.aida.ref.event.AIDAObservable
isValid
 
Method Summary
 String getAIDAType()
          Non-AIDA methods down here.
 Tree getTree()
           
 void stateChanged(EventObject e)
           
protected  void unmount()
           
 
Methods inherited from class hep.aida.ref.ManagedObject
isFillable, name, setFillable, setName
 
Methods inherited from class hep.aida.ref.event.AIDAObservable
addListener, createEvent, fireStateChanged, fireStateChanged, removeListener, setIsValidAfterNotify, setValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stateChanged

public void stateChanged(EventObject e)
Specified by:
stateChanged in interface AIDAListener

unmount

protected void unmount()

getAIDAType

public String getAIDAType()
Description copied from class: ManagedObject
Non-AIDA methods down here.

Overrides:
getAIDAType in class Folder

getTree

public Tree getTree()

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.