Interface PulseRunnable.PulseCallback

All Known Implementing Classes:
Dispatcher.TimerCallback
Enclosing class:
PulseRunnable

public static interface PulseRunnable.PulseCallback
Interface implemented to receive calls on each clock "tick."
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTick(long curTime)
     
  • Method Details

    • onTick

      void onTick(long curTime)