|
|||||||||
| Home >> All >> org >> dma >> ihm >> game >> [ match overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dma.ihm.game.match
Class MatchEvent

java.lang.Objectorg.dma.ihm.game.match.MatchEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class MatchEvent
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
MatchEvent class is abstract - MatchEvents are: Goal, Penalty, Injury, ...
| Field Summary | |
protected org.dma.ihm.game.team.Team |
team
Description of the Field |
protected java.lang.String |
time
Description of the Field |
| Constructor Summary | |
MatchEvent(java.lang.String time,
org.dma.ihm.game.team.Team team)
Constructor for the MatchEvent object |
|
| Method Summary | |
org.dma.ihm.game.team.Team |
getTeam()
Gets the team attribute of the MatchEvent object |
java.lang.String |
getTime()
Gets the time attribute of the MatchEvent object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
time
protected java.lang.String time
- Description of the Field
team
protected org.dma.ihm.game.team.Team team
- Description of the Field
| Constructor Detail |
MatchEvent
public MatchEvent(java.lang.String time, org.dma.ihm.game.team.Team team)
- Constructor for the MatchEvent object
| Method Detail |
getTeam
public org.dma.ihm.game.team.Team getTeam()
- Gets the team attribute of the MatchEvent object
getTime
public java.lang.String getTime()
- Gets the time attribute of the MatchEvent object
|
|||||||||
| Home >> All >> org >> dma >> ihm >> game >> [ match overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.dma.ihm.game.match.MatchEvent