2 * Description: provide the inteface for updating according to the cycle number
4 * @ Author Create/Modi Note
5 * Xiaofeng Xie Feb 18, 2004
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * Please acknowledge the author(s) if you use this code in any way.
20 package net
.adaptivebox
.global
;
22 public interface IUpdateCycleEngine
{
23 public void updateCycle(int t
);