gov.nasa.gsfc.drl.rtstps.library
Interface DialogShell.Verifier

All Known Implementing Classes:
RemoteLoadAction.MyPanel
Enclosing class:
DialogShell

public static interface DialogShell.Verifier

Implement this interface to verify the component's fields. To indicate an error, throw an exception with an appropriate error message. DialogShell will then return to the dialog.


Method Summary
 void verify()
           
 

Method Detail

verify

void verify()
            throws java.lang.Exception
Throws:
java.lang.Exception