Interface Item.PropertySetChangeEvent

  • All Superinterfaces:
    Serializable
    Enclosing interface:
    Item

    @Deprecated
    public static interface Item.PropertySetChangeEvent
    extends Serializable
    Deprecated.
    An Event object specifying the Item whose contents has been changed through the Property interface.

    Note: The values stored in the Properties may change without triggering this event.

    • Method Detail

      • getItem

        Item getItem()
        Deprecated.
        Retrieves the Item whose contents has been modified.
        Returns:
        source Item of the event