Modifier and type | Action and description |
---|---|
abstract void | uninstallSkillsAfterDestroy(Agent,List<E>) Uninstall the skills after the destroying event handler of the agent is invoked. |
abstract java.util.List<E> | uninstallSkillsBeforeDestroy(Agent) Uninstall the skills before the destroying event handler of the agent is invoked. |
def uninstallSkillsAfterDestroy(Agent,List<E>)
def uninstallSkillsBeforeDestroy(Agent) : java.util.List<E>