Pig Latin Problem Set Javadocs

piglatin
Interface Translator

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
PigLatin

public interface Translator
extends java.lang.Runnable

Marker interface for classes that wish to be used by the GUI. Doesn't define any methods, except run as inherited from Runnable. However, you must define a constructor with a single paramater of type piglatin.GUI in your implementation.

Version:
$Id: Translator.java,v 1.1.1.1 2002/06/05 21:56:35 root Exp $ Copyright (c) 1996-9 Massachusetts Institute of Technology
Author:
Todd C. Parnell, tparnell@ai.mit.edu
See Also:
Runnable

Methods inherited from interface java.lang.Runnable
run
 


Pig Latin Problem Set Javadocs