jive.net
Code
Branches
Tags
Commits
main
jive.net
/
lib
/
TimerClient.cs
Top
1
namespace
jive
2
{
3
public
interface
TimerClient
4
{
5
void
notify
(
)
;
6
}
7
}