Mercurial > hg > RemoteEditor > REPSessionManager
view rep/REPActionListener.java @ 11:167694db4796
*** empty log message ***
author | pin |
---|---|
date | Fri, 02 Nov 2007 13:21:12 +0900 |
parents | b774b87cc2c1 |
children | 790c8dd42a7b |
line wrap: on
line source
package rep; public interface REPActionListener { public void ActionOccured(REPActionEvent event); }