(no commit message)
[utils] / wicket / components / src / main / java / org / wamblee / wicket / page / PageBehavior.java
index dbaf7dc0c749a37de5c2d5cb2381cc9cb60ea600..ac17a063b1cd6d8a469dcbd2e3d5578465d8555a 100644 (file)
@@ -53,4 +53,9 @@ public interface PageBehavior extends Serializable {
      *            Page this is called for.
      */
     void onAfterRender(WebPage aPage);
+    
+    /**
+     * To be called in the {@link Page#onDetach
+     */
+    void onDetach(WebPage aPage);
 }