colinlin1982 / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

system.data.Validator #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Defines the methods that objects that participate in a validation 
operation.

{{{
package system.data
{
    public interface Validator
    {
        function supports( value:* ):Boolean ;
        function validate( value:* ):void ;
    }
}
}}}

Original issue reported on code.google.com by ekamel...@gmail.com on 14 Dec 2008 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 14 Dec 2008 at 11:23