view rep/SessionManagerEvent.java @ 308:c5be84d53c7f channel-simulator-update **INVALID**

*** empty log message ***
author kono
date Sat, 04 Oct 2008 22:12:34 +0900
parents a097b1d619a1
children 4fae49280699
line wrap: on
line source

package rep;

public interface SessionManagerEvent {

	void exec();

}