edu.mit.sketch.uml.interfaces
Interface LetterSink


public interface LetterSink

If you want to use the KeyboardPanel, you need to send it an object that implements LetterSink.


Method Summary
 void sendLetter(String text)
           
 

Method Detail

sendLetter

public void sendLetter(String text)