Mercurial > hg > RemoteEditor > REPSessionManager
view rep/SessionManagerEventListener.java @ 375:34642bc65c21
*** empty log message ***
author | kono |
---|---|
date | Wed, 22 Oct 2008 02:59:08 +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); }