view rep/SessionManagerEventListener.java @ 356:b18c24dcc5d2

Before chaning put/join scheme for ditributed select.
author kono
date Sat, 18 Oct 2008 19:01:40 +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);
}