view rep/SessionManagerEvent.java @ 281:c3969dd625b2

GUIless test routine.
author kono
date Sat, 27 Sep 2008 22:55:13 +0900
parents a097b1d619a1
children 4fae49280699
line wrap: on
line source

package rep;

public interface SessionManagerEvent {

	void exec();

}