AutoReferee  2.5
 All Classes Functions Variables
org.mctourney.autoreferee.event.match.MatchStartEvent Class Reference

Called when a match is starting. More...

+ Inheritance diagram for org.mctourney.autoreferee.event.match.MatchStartEvent:

Public Member Functions

AutoRefMatch getMatch ()
 Gets the match for this event. More...
 
boolean isCancelled ()
 Checks the cancelled state of the event. More...
 
void setCancelled (boolean cancel)
 Sets the cancelled state of the event. More...
 

Detailed Description

Called when a match is starting.

Author
authorblues

Member Function Documentation

AutoRefMatch org.mctourney.autoreferee.event.match.MatchEvent.getMatch ( )
inherited

Gets the match for this event.

Returns
match
boolean org.mctourney.autoreferee.event.match.MatchStartEvent.isCancelled ( )

Checks the cancelled state of the event.

Returns
true if the event has been cancelled, false otherwise
void org.mctourney.autoreferee.event.match.MatchStartEvent.setCancelled ( boolean  cancel)

Sets the cancelled state of the event.

Parameters
canceltrue to cancel the event, false to uncancel the event

The documentation for this class was generated from the following file: