Mercurial > hg > RemoteEditor > REPSessionManager
view rep/handler/REPHandler.java @ 252:526ee0354067
*** empty log message ***
author | pin |
---|---|
date | Thu, 04 Sep 2008 19:27:54 +0900 (2008-09-04) |
parents | 4d9b32666ed2 |
children | c513cf1ce9cc |
line wrap: on
line source
package rep.handler; import java.io.IOException; import rep.REPCommand; import rep.channel.REPSelectionKey; public interface REPHandler { void handle(REPSelectionKey<REPCommand> key)throws IOException; }