//Author: Alastair Douglas. All rights reserved.

public interface PageListener {
	public void modelChanged();
}


