Package doodlepad

Interface PadTickListener


public interface PadTickListener
The interface to be implemented when handling PadTickListener events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTick(long when)
    The onTick method is invoked by PadTickListeners
  • Method Details

    • onTick

      void onTick(long when)
      The onTick method is invoked by PadTickListeners
      Parameters:
      when - The difference in milliseconds between the timestamp of when this event occurred and midnight, January 1, 1970 UTC.