org.zkoss.zk.ui.ext.client
Interface Timer

All Known Implementing Classes:
Timer.ExtraCtrl

public interface Timer

Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component supports the one-shot timer.

Since:
3.0.2
Author:
tomyeh

Method Summary
 void onTimer()
          Called when the timer request is received.
 

Method Detail

onTimer

void onTimer()
Called when the timer request is received.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved.