Mercurial > hg > RemoteEditor > REPSessionManager
view rep/REPActionListener.java @ 179:763aad2da6b3
*** empty log message ***
author | pin |
---|---|
date | Thu, 28 Aug 2008 22:53:05 +0900 |
parents | 291c62984ba0 |
children | c2c47d7675a8 |
line wrap: on
line source
package rep; public interface REPActionListener<P> { public void ActionOccured(REPActionEvent<P> event); }