shinpei / jinotify

Java file event notifier on Linux, alternative for nio2 on Java6.
3 stars 0 forks source link

Make Clib static integers to enum #3

Closed shinpei closed 10 years ago

shinpei commented 10 years ago

Make static integers on Clib into enum. Then, we can only use tryFunc and type check arguments. (not int mask)

shinpei commented 10 years ago

Done.