Interface PictureManager.IPictureListener

  • All Superinterfaces:
    EventListener
    Enclosing class:
    PictureManager

    public static interface PictureManager.IPictureListener
    extends EventListener
    Interface for listening for content changes on an picture.
    • Method Detail

      • change

        void change​(PictureDef picture)
        Indicates that a content has changed (or removed).
        Parameters:
        picture - - the picture whose content has changed