From ae43fa72cdae13bace16a5b8250170e472bb2b87 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 14 May 2006 00:30:53 +0000 Subject: refactor active controls. --- framework/interfaces.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/interfaces.php') diff --git a/framework/interfaces.php b/framework/interfaces.php index fc830140..d87cc20f 100644 --- a/framework/interfaces.php +++ b/framework/interfaces.php @@ -317,9 +317,9 @@ interface ICallbackEventHandler public function raiseCallbackEvent($eventArgument); /** - * @return TCallbackClientSideOptions client-side options. + * @return TBaseActiveControl Active control properties. */ - public function getClientSide(); + public function getActiveControl(); } ?> \ No newline at end of file -- cgit v1.2.3