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, Connectable, 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.9 2005/11/01 02:08:35 serbo Exp $
- Author:
- tonyj
- Source Code:
- MountPoint.java
Methods inherited from class hep.aida.ref.event.AIDAObservable |
addListener, createEvent, fireStateChanged, fireStateChanged, fireStateChanged, isConnected, removeAllListeners, removeListener, setConnected, setIsValidAfterNotify, setValid, setValidForAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stateChanged
public void stateChanged(EventObject e)
- Specified by:
stateChanged
in interface AIDAListener
unmount
protected void unmount()
type
public String type()
- Specified by:
type
in interface hep.aida.IManagedObject
- Overrides:
type
in class Folder
getTree
public Tree getTree()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.