view rep/SessionManagerEventListener.java @ 328:6ceb222570cb

merge is working now.
author kono
date Sat, 11 Oct 2008 22:23:45 +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);
}