view rep/REPActionListener.java @ 140:01062be677e9

*** empty log message ***
author kono
date Wed, 27 Aug 2008 20:23:39 +0900
parents 291c62984ba0
children 763aad2da6b3
line wrap: on
line source

package rep;

public interface REPActionListener<P> {
	
	public void ActionOccured(REPActionEvent<P> event);

	public void undo();
}