Mercurial > hg > RemoteEditor > REPSessionManager
view rep/handler/REPHandlerDoWaiting.java @ 272:4d9058761c90
*** empty log message ***
author | kono |
---|---|
date | Thu, 11 Sep 2008 17:24:44 +0900 |
parents | c513cf1ce9cc |
children | ad487e63e3c8 |
line wrap: on
line source
package rep.handler; import java.io.IOException; import rep.REPCommand; import rep.SessionManager; import rep.channel.REPSelectionKey; public class REPHandlerDoWaiting implements REPHandler { public REPHandlerDoWaiting(SessionManager manager) { } public void handle(REPSelectionKey<REPCommand> key) throws IOException { } public void cancel() { // TODO Auto-generated method stub } }