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