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