Interface PreInterruptCall

All Known Implementing Classes:
NoPreInterruptCall
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PreInterruptCall
PreInterruptCall
Author:
Rizwan Idrees
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(User user)
     
  • Method Details

    • call

      void call(User user)