Interface InterruptListener

All Known Implementing Classes:
InterruptFlagListener

public interface InterruptListener
Listener for interrupts.
Is added to interrupt flag and the call back 'interrupt'
is called as soon as an interrupt occurs
Author:
angele
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    called by interrupt flag, as soon as an interrupt occurs
  • Method Details

    • interrupt

      void interrupt()
      called by interrupt flag, as soon as an interrupt occurs