|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcivquest.gameChange.AbstractFieldChange
Field Summary | |
protected Coordinate[] |
coords
|
protected java.lang.String |
name
|
Constructor Summary | |
AbstractFieldChange(Coordinate coord)
|
|
AbstractFieldChange(Coordinate[] coords)
|
Method Summary | |
Coordinate[] |
getCoords()
Returns the Coordinate(s) of the Field(s) affected by this FieldChange. |
void |
notifyListeners()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface civquest.gameChange.GameChange |
execute |
Field Detail |
protected Coordinate[] coords
protected java.lang.String name
Constructor Detail |
public AbstractFieldChange(Coordinate coord)
public AbstractFieldChange(Coordinate[] coords)
Method Detail |
public Coordinate[] getCoords()
FieldChange
getCoords
in interface FieldChange
public void notifyListeners()
notifyListeners
in interface GameChange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |