Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public interface TimerAction {
  2. public void onStart(Timer timer, long instant);
  3. public void onAlarm(Timer timer, long instant);
  4. public void onCancel(Timer timer, long instant);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement