Class AbstractCommonListener

    • Constructor Detail

      • AbstractCommonListener

        public AbstractCommonListener()
    • Method Detail

      • attachedToAdapter

        public void attachedToAdapter​(java.lang.String aspect,
                                      AspectAdapter adapter)
                               throws java.lang.IllegalStateException
        Description copied from interface: AspectListener
        Notifies the listener about it's connection to adapter.
        Specified by:
        attachedToAdapter in interface AspectListener
        Parameters:
        aspect - Related aspect
        adapter - Connected adapter
        Throws:
        java.lang.IllegalStateException
      • processingStarted

        public void processingStarted​(java.lang.String traceDesc)
        Description copied from interface: CommonListener
        Notifies about processing start of the trace source.
        Specified by:
        processingStarted in interface CommonListener
        Parameters:
        traceDesc - Definition of the trace source (for common files - filename).
      • processingFinished

        public void processingFinished​(java.lang.String traceDesc,
                                       boolean normally)
        Description copied from interface: CommonListener
        Notifies about processing end of the trace source.
        Specified by:
        processingFinished in interface CommonListener
        Parameters:
        traceDesc - Definition of the trace source (for common files - filename).
        normally - true if processing ends normally, false otherwise (IOException, syntax error, etc.)