Interface I_CmsBooleanCallback

All Superinterfaces:
org.timepedia.exporter.client.Exportable

public interface I_CmsBooleanCallback extends org.timepedia.exporter.client.Exportable
Callback interface for functions taking a boolean value as a parameter.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(boolean b)
    Call the function with the given parameter.
  • Method Details

    • call

      void call(boolean b)
      Call the function with the given parameter.

      Parameters:
      b - the boolean parameter