Interface ISetOwnerEvent

All Superinterfaces:
IEvent, IModifyEvent, INotifiableEvent, IPermissionsEvent, IPortalEvent, IThingEvent, Serializable

public interface ISetOwnerEvent extends IPermissionsEvent
Raised when the owner of an item has changed.
  • Method Details

    • getNewOwnerID

      IThingID getNewOwnerID()
      Returns the ID of the new owner.
      Returns:
      the IThingID of the new owner
    • getOldOwnerID

      IThingID getOldOwnerID()
      Returns the ID of the old owner.
      Returns:
      the IThingID of the old owner