view rep/SessionManagerEvent.java @ 351:b8efd57faf78

*** empty log message ***
author kono
date Thu, 16 Oct 2008 10:27:16 +0900
parents 4fae49280699
children
line wrap: on
line source

package rep;

public interface SessionManagerEvent {

	void exec(SessionManager manager);

}