(CharID source, CharID destination)
| 562 | } |
| 563 | |
| 564 | @Override |
| 565 | public void copyContents(CharID source, CharID destination) |
| 566 | { |
| 567 | ClassInfo info = getClassInfo(source); |
| 568 | if (info != null) |
| 569 | { |
| 570 | setCache(destination, new ClassInfo(info)); |
| 571 | } |
| 572 | } |
| 573 | |
| 574 | public void addLevelChangeListener(ClassLevelChangeListener listener) |
| 575 | { |
nothing calls this directly
no test coverage detected