view rep/SessionManagerEvent.java @ 315:20fb70068089

*** empty log message ***
author kono
date Mon, 06 Oct 2008 18:58:49 +0900
parents a097b1d619a1
children 4fae49280699
line wrap: on
line source

package rep;

public interface SessionManagerEvent {

	void exec();

}