Mercurial > hg > RemoteEditor > REPSessionManager
view rep/handler/REPHandler.java @ 148:6a5fe529b192
*** empty log message ***
author | pin |
---|---|
date | Thu, 28 Aug 2008 00:11:30 +0900 |
parents | 0bf7f8d0f5f7 |
children | a097b1d619a1 |
line wrap: on
line source
package rep.handler; import java.nio.channels.SelectionKey; public interface REPHandler { void handle(SelectionKey key); }