Mercurial > hg > RemoteEditor > REPSessionManager
view rep/REPActionListener.java @ 122:790c8dd42a7b
*** empty log message ***
author | kono |
---|---|
date | Tue, 26 Aug 2008 16:33:47 +0900 |
parents | b774b87cc2c1 |
children | 291c62984ba0 |
line wrap: on
line source
package rep; public interface REPActionListener { public void ActionOccured(REPActionEvent event); public void undo(); }