source: trunk/src/org/expeditee/gui/indirect/keyboard/KeyboardAction.java@ 949

Last change on this file since 949 was 949, checked in by bln4, 9 years ago
  • Property svn:mime-type set to text/plain
File size: 175 bytes
Line 
1package org.expeditee.gui.indirect.keyboard;
2
3import org.expeditee.items.Text;
4
5public interface KeyboardAction {
6 public Text exec(final KeyboardInfo info, char c);
7}
Note: See TracBrowser for help on using the repository browser.