source:
src/main/java/genius/core/events/TournamentEndedEvent.java
Last change on this file was 1, checked in by , 7 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | package genius.core.events; |
2 | |
3 | /** |
4 | * Indicates that a tournament terminated. |
5 | * |
6 | * @author W.Pasman 15jul15 |
7 | * |
8 | */ |
9 | public class TournamentEndedEvent implements TournamentEvent { |
10 | |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.