From 47d05516b1d1c465217c59732bf8442ab0cfd497 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 5 May 2006 06:58:04 +0000 Subject: Added prioritize callback and enabled viewstate update on callback return. --- framework/interfaces.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/interfaces.php') diff --git a/framework/interfaces.php b/framework/interfaces.php index eb9084b3..fc830140 100644 --- a/framework/interfaces.php +++ b/framework/interfaces.php @@ -315,6 +315,11 @@ interface ICallbackEventHandler * @param TCallbackEventParameter the parameter associated with the callback event */ public function raiseCallbackEvent($eventArgument); + + /** + * @return TCallbackClientSideOptions client-side options. + */ + public function getClientSide(); } ?> \ No newline at end of file -- cgit v1.2.3