An abstract base class for decorators of a {@code NodeHandler}.
This class implements all methods of the {@code NodeHandler} interface bydelegating to another instance. This is convenient if specific functionality of a {@code NodeHandler} is to be adapted for a special use case. Concretesub classes have to implement the {@code getDecoratedNodeHandler()} method toprovide the underlying handler.
@author Oliver Heger @version $Id: NodeHandlerDecorator.java 1624601 2014-09-12 18:04:36Z oheger $ @param < T> the type of the nodes supported by this handler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|