public class ObjectRegistrationManagerNOPImpl extends Object implements ObjectRegistrationManager
nullImpl| Constructor and Description |
|---|
ObjectRegistrationManagerNOPImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
manage(Named obj)
Register obj at the root of the management tree.
|
void |
manage(Named parent,
Named obj)
Register obj as an immediate child of parent in the management tree.
|
void |
unmanage(Named obj)
Remove obj from the management tree.
|
public void manage(Named obj)
ObjectRegistrationManagermanage in interface ObjectRegistrationManagerobj - Object to registerpublic void manage(Named parent, Named obj)
ObjectRegistrationManagermanage in interface ObjectRegistrationManagerparent - Parent object (already registered)obj - Object to registerpublic void unmanage(Named obj)
ObjectRegistrationManagerunmanage in interface ObjectRegistrationManagerobj - Object to be removed from the management tree.Copyright © 2011–2021 Eclipse Foundation. All rights reserved.