view rep/SessionManagerEvent.java @ 334:4fae49280699

Test pattern for Inter-Session Manager communication
author kono
date Sun, 12 Oct 2008 14:38:58 +0900
parents a097b1d619a1
children
line wrap: on
line source

package rep;

public interface SessionManagerEvent {

	void exec(SessionManager manager);

}