Interface ILoggablePojo


  • @Deprecated
    public interface ILoggablePojo
    Deprecated.
    Pojo components are deprecated, use IAction
    The interface for a POJO component that wants to be provided with a logger. This is an optional interface for POJO components
    Author:
    jamesdixon
    • Method Detail

      • setLogger

        void setLogger​(ILogger logger)
        Deprecated.
        Sets the logger for the POJO component to use
        Parameters:
        logger -