Return the byes associated with this round, that is, the players that do not
play during this round and that are automatically qualified for the next round.
getByes() -
Method in class org.globalse.arena.server.Round
This interface should be implemented by listeners on match front ends that
want to receive events from the arena server about changes in Leagues,
Tournaments, Rounds, and Matches (state changes only, no game moves).
This interface should be implemented by listeners on the match front ends
wanting to receive events during a match, such as change of states, players
joining or leaving, or moves.
This package contains all the classes realizing the arena server, in particular,
providing remote objects for the interfaces in org.globalse.arena.remote.