Mercurial > hg > RemoteEditor > REPSessionManager
view rep/REPActionListener.java @ 188:b9855078a070
*** empty log message ***
author | kent |
---|---|
date | Fri, 29 Aug 2008 17:13:30 +0900 |
parents | c2c47d7675a8 |
children | 4d9b32666ed2 |
line wrap: on
line source
package rep; //implemented class is SessionManager. public interface REPActionListener<P> { public void ActionOccured(REPActionEvent<P> event); }