view rep/gui/SessionManagerEventListener.java @ 481:607f1dfe2b80

add comment
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 15 Oct 2010 19:47:53 +0900
parents 4b87f89b3afd
children
line wrap: on
line source

package rep.gui;

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);
}