comparison rep/REPActionListener.java @ 122:790c8dd42a7b

*** empty log message ***
author kono
date Tue, 26 Aug 2008 16:33:47 +0900
parents b774b87cc2c1
children 291c62984ba0
comparison
equal deleted inserted replaced
121:80ef604d09dc 122:790c8dd42a7b
1 package rep; 1 package rep;
2 2
3 public interface REPActionListener { 3 public interface REPActionListener {
4
4 public void ActionOccured(REPActionEvent event); 5 public void ActionOccured(REPActionEvent event);
6
7 public void undo();
5 } 8 }