summaryrefslogtreecommitdiff
path: root/lib/TimerClient.cs
blob: 22dad8c88d0b30ac6a67553d634e834082f780f7 (plain)
1
2
3
4
5
6
7
namespace jive
{
  public interface TimerClient
  {
    void notify();
  }
}