KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > celtix > tools > common > Processor


1 package org.objectweb.celtix.tools.common;
2
3
4 public interface Processor {
5     void process() throws ToolException;
6     void setEnvironment(ProcessorEnvironment env);
7 }
8
Popular Tags