Class ResourceSkillUpdateEvent


public class ResourceSkillUpdateEvent extends UpdateEvent<BOResourceSkill>
Event to update a BOResourceSkill.
The launcher must provide a valid BOResourceSkill in order to successfully call this event.
The listener updates all the BOResourceSkill components starting from the event input, i.e. the given BOResourceSkill in which all needed components were previously updated.
Since:
16.0
GCApi:
event
Reactors:
BTResourceSkillUpdate(0)
No Spouts
  • Constructor Details

    • ResourceSkillUpdateEvent

      public ResourceSkillUpdateEvent(BOResourceSkill resourceSkill)
      Instantiates a new resource skill update event.
      Parameters:
      resourceSkill - the resource skill to update