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