Package megamek.client.ui.util.verifier
Class VerifyNotEmpty
java.lang.Object
megamek.client.ui.util.verifier.VerifyNotEmpty
- All Implemented Interfaces:
DataVerifier
- Since:
- 3/14/14 1:20 PM
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VerifyNotEmpty
public VerifyNotEmpty()
-
-
Method Details
-
verify
Description copied from interface:DataVerifierPerforms a verification of the given value. If the value is good, a null is returned. Otherwise, aStringexplaining how the verification failed will be returned.- Specified by:
verifyin interfaceDataVerifier- Parameters:
value- The value to be evaluated.- Returns:
- NULL if the value is good, otherwise a description of how the evaluation failed.
-
verify
-
verify
-
verify
-