1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __java_io_FilenameFilter__
5 #define __java_io_FilenameFilter__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 
11 class java::io::FilenameFilter : public ::java::lang::Object
12 {
13 
14 public:
15   virtual jboolean accept(::java::io::File *, ::java::lang::String *) = 0;
16   static ::java::lang::Class class$;
17 } __attribute__ ((java_interface));
18 
19 #endif // __java_io_FilenameFilter__
20