view rep/gui/SessionManagerEvent.java @ 495:bd76f7e39247 no-global-seq-mode

comment
author one
date Sun, 24 Oct 2010 00:18:14 +0900
parents 4b87f89b3afd
children
line wrap: on
line source

package rep.gui;

import rep.SessionManager;

public interface SessionManagerEvent {

	void exec(SessionManager manager);

}