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