view rep/SessionManagerEventListener.java @ 373:ab4405cd3351 current-release **INVALID**

looks like we are done. Wait for further test.
author kono
date Wed, 22 Oct 2008 02:53:12 +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);
}