package sso.event;

public interface MoveListener extends java.util.EventListener
{
	public void notifyMove(MoveEvent evt);
}

