]> git.mxchange.org Git - jjobs-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 19 Jan 2023 06:25:40 +0000 (07:25 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 19 Jan 2023 06:25:40 +0000 (07:25 +0100)
commit6b0db45cc89a9f75d3b641e749d4b1ccf3e793d8
tree5e826abc1b6bbab0a13459be88b8baae25645de5
parent737ef830fc1ec12af2755120713fc0e4cb45595d
Continued:
- added event class/interface for when an administrator has updated a skill
- added exception when a skill has already been found
- added missing utilities method SkillUtils.copySkillData()
src/org/mxchange/jjobs/events/skill/add/AdminAddedSkillEvent.java
src/org/mxchange/jjobs/events/skill/update/AdminUpdatedSkillEvent.java [new file with mode: 0644]
src/org/mxchange/jjobs/events/skill/update/ObservableAdminUpdatedSkillEvent.java [new file with mode: 0644]
src/org/mxchange/jjobs/exceptions/SkillAlreadyAddedException.java [new file with mode: 0644]
src/org/mxchange/jjobs/model/utils/SkillUtils.java