|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.view.support.ViewSubscriberValidator<V>
V - Type of bean for the viewpublic class ViewSubscriberValidator<V>
SubscriberValidator that follows the life-cycle of a
view.
The subscription is valid while:
| Constructor Summary | |
|---|---|
ViewSubscriberValidator(GUIView<V> view)
Constructor |
|
| Method Summary | |
|---|---|
String |
getValidatorDescription()
Gets a description for this validator |
boolean |
isValid()
Checks if the subscription is still valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewSubscriberValidator(GUIView<V> view)
view - View| Method Detail |
|---|
public String getValidatorDescription()
SubscriberValidator
getValidatorDescription in interface SubscriberValidatorpublic boolean isValid()
SubscriberValidator
isValid in interface SubscriberValidatortrue if the subscription is still valid,
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||