source: src/main/java/genius/core/events/TournamentEndedEvent.java

Last change on this file was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 181 bytes
Line 
1package genius.core.events;
2
3/**
4 * Indicates that a tournament terminated.
5 *
6 * @author W.Pasman 15jul15
7 *
8 */
9public class TournamentEndedEvent implements TournamentEvent {
10
11}
Note: See TracBrowser for help on using the repository browser.