Mercurial > hg > RemoteEditor > REPSessionManager
view rep/SessionManagerEventListener.java @ 343:21ad256c25c2
*** empty log message ***
author | kono |
---|---|
date | Mon, 13 Oct 2008 13:16:31 +0900 |
parents | 77f443f6dc9f |
children |
line wrap: on
line source
package rep; import java.io.IOException; //implemented class is SessionManager. public interface SessionManagerEventListener { public void buttonPressed(SessionManagerEvent event); public void selectSession(SelectButtonEvent selectButtonEvent) throws IOException; public void closeSession(SessionManagerEvent event); }