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

Called when match statistics are generated and uploaded. More...

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

Public Member Functions

AutoRefMatch getMatch ()
 Gets the match for this event. More...
 
String getWebstats ()
 Returns the webstats generated by the server. More...
 
boolean isCancelled ()
 Checks the cancelled state of the event. More...
 
void setCancelled (boolean cancel)
 Sets the cancelled state of the event. More...
 
void setWebstats (String webstats)
 Sets the webstats to be saved and uploaded. More...
 

Detailed Description

Called when match statistics are generated and uploaded.

Author
authorblues

Member Function Documentation

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

Gets the match for this event.

Returns
match
String org.mctourney.autoreferee.event.match.MatchUploadStatsEvent.getWebstats ( )

Returns the webstats generated by the server.

Returns
web stats in HTML format
boolean org.mctourney.autoreferee.event.match.MatchUploadStatsEvent.isCancelled ( )

Checks the cancelled state of the event.

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

Sets the cancelled state of the event.

Parameters
canceltrue to cancel the event, false to uncancel the event
void org.mctourney.autoreferee.event.match.MatchUploadStatsEvent.setWebstats ( String  webstats)

Sets the webstats to be saved and uploaded.

Parameters
webstatsweb stats in HTML format

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