Class ResourceUpdateEvent


public class ResourceUpdateEvent extends UpdateEvent<BOResource>
Event to update a BOResource.

The launcher must provide a valid BOResource in order to successfully call this event.

The listener updates all the BOResource components starting from the event input, i.e. the given BOResource in which all needed components were previously updated.

Since:
16.0
GCApi:
event
Reactors:
BTResourceUpdate(0)
No Spouts
  • Constructor Details

    • ResourceUpdateEvent

      public ResourceUpdateEvent(BOResource resource)
      Instantiates a new resource update event.
      Parameters:
      resource - the BOResource to update