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 Detail

      • call

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

        Parameters:
        b - the boolean parameter