Class AdapterDetector

  • All Implemented Interfaces:
    DetectorModifier, EventDetector

    @Deprecated
    public class AdapterDetector
    extends Object
    implements DetectorModifier
    Deprecated.
    since 13.0. Use DetectorModifier instead.
    Base class for adapting an existing detector.

    This class is intended to be a base class for changing behaviour of a wrapped existing detector. This base class delegates all its methods to the wrapped detector. Classes extending it can therefore override only the methods they want to change.

    Since:
    9.3
    Author:
    Luc Maisonobe
    • Constructor Detail

      • AdapterDetector

        public AdapterDetector​(EventDetector detector)
        Deprecated.
        Build an adaptor wrapping an existing detector.
        Parameters:
        detector - detector to wrap