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