|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.appl.SelectionValidationCode
This generates a validation code for an IndexView. It can be used at playback time to detemine if the correct selection has been requested.
Constructor Summary | |
SelectionValidationCode()
Construct a SelectionValidationCode object. |
Method Summary | |
long |
generate(IndexView selection)
Generate a code for a particular selection, specified as the IndexView returned by index.selection(). |
boolean |
validate(IndexView selection,
long code)
Validate a code given a selection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectionValidationCode()
Method Detail |
public long generate(IndexView selection)
public boolean validate(IndexView selection, long code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |