Interface PrismMonitor

  • All Known Implementing Classes:
    InternalMonitor

    public interface PrismMonitor
    Interface to plug in a monitoring code to prism. Implementation of this interface are called when selected important (usually expensive) operations take place in prism. This can be used for gathering stats, making assertions in the test code, etc.
    Author:
    semancik