1 package com.opensymphony.module.sitemesh.html;2 3 public interface StateChangeListener {4 void stateFinished();5 }6