index
:
xlgmokha/jive.net.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
TimerClient.cs
blob: 22dad8c88d0b30ac6a67553d634e834082f780f7 (
plain
)
1
2
3
4
5
6
7
namespace jive { public interface TimerClient { void notify(); } }