import java.lang.reflect.Method

 

Method[] methods = interface.class.getMethods();

for(Method m : methods){

  System.out.println(m.getName());

}

posted on 2010-05-17 21:49  Earl  阅读(210)  评论(0编辑  收藏  举报