net.ontopia.topicmaps.nav2.impl.basic
Class DeciderIFWrapper

java.lang.Object
  extended by net.ontopia.topicmaps.nav2.impl.basic.DeciderIFWrapper
All Implemented Interfaces:
NavigatorDeciderIF

public class DeciderIFWrapper
extends java.lang.Object
implements NavigatorDeciderIF

INTERNAL: A NavigatorDeciderIF implementation which wraps DeciderIF, so that they can work with the navigator decider interface.


Field Summary
protected  DeciderIF decider
           
 
Constructor Summary
DeciderIFWrapper(DeciderIF decider)
          INTERNAL: Default constructor.
 
Method Summary
 boolean ok(NavigatorPageIF contextTag, java.lang.Object obj)
          INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decider

protected DeciderIF decider
Constructor Detail

DeciderIFWrapper

public DeciderIFWrapper(DeciderIF decider)
INTERNAL: Default constructor.

Method Detail

ok

public boolean ok(NavigatorPageIF contextTag,
                  java.lang.Object obj)
Description copied from interface: NavigatorDeciderIF
INTERNAL: if implemented criteria are matched: deliver true, otherwise false.

Specified by:
ok in interface NavigatorDeciderIF


Copyright © 2000-2012 Ontopia.