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

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

Initial import : Genius 9.0.0

File size: 164 bytes
Line 
1package genius.core.events;
2
3/**
4 * Abstract superclass for all multiparty tournament events.
5 *
6 */
7public interface TournamentEvent extends NegotiationEvent {
8
9}
Note: See TracBrowser for help on using the repository browser.