Class DeciderIFWrapper<T>
java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.DeciderIFWrapper<T>
- All Implemented Interfaces:
NavigatorDeciderIF<T>
INTERNAL: A NavigatorDeciderIF implementation which wraps DeciderIF,
so that they can work with the navigator decider interface.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanok(NavigatorPageIF contextTag, T obj) INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
-
Field Details
-
decider
-
-
Constructor Details
-
DeciderIFWrapper
INTERNAL: Default constructor.
-
-
Method Details