main
1namespace jive
2{
3  public interface TimerClient
4  {
5    void notify();
6  }
7}