public interface NavigatorDeciderIF<T>
Modifier and Type | Method and Description |
---|---|
boolean |
ok(NavigatorPageIF contextTag,
T obj)
INTERNAL: if implemented criteria are matched: deliver true,
otherwise false.
|
boolean ok(NavigatorPageIF contextTag, T obj)