|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.pucrio.inf.les.bdijade.event.GoalEvent
public class GoalEvent
This class represents an event performed over a goal.
| Field Summary | |
|---|---|
protected Goal |
goal
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
GoalEvent()
Default constructor. |
|
GoalEvent(Goal goal)
Creates a new goal event with a goal. |
|
| Method Summary | |
|---|---|
Goal |
getGoal()
|
void |
setGoal(Goal goal)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
protected Goal goal
| Constructor Detail |
|---|
public GoalEvent()
public GoalEvent(Goal goal)
goal - the goal of this event.| Method Detail |
|---|
public Goal getGoal()
public void setGoal(Goal goal)
goal - the goal to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||