Interface DecoratorListener


public interface DecoratorListener
A decorator listener. Implement this and attach it to decorators, to dispose the associated resources if requested and required.
  • Method Summary

    Modifier and Type Method Description
    void disposed()
    Called when the decorator is disposed
  • Method Details

    • disposed

      void disposed()
      Called when the decorator is disposed