|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcivquest.gameChange.AbstractNationChange
Field Summary | |
protected java.lang.String |
name
|
protected int[] |
nationIDs
|
Fields inherited from interface civquest.gameChange.NationChange |
ACTIVATE_NATION, ADD_NATION |
Constructor Summary | |
AbstractNationChange(int nationID)
|
|
AbstractNationChange(int[] nationIDs)
|
Method Summary | |
int[] |
getNationIDs()
Returns information about all nations affected by this NationChange. |
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 int[] nationIDs
protected java.lang.String name
Constructor Detail |
public AbstractNationChange(int nationID)
public AbstractNationChange(int[] nationIDs)
Method Detail |
public int[] getNationIDs()
NationChange
getNationIDs
in interface NationChange
public void notifyListeners()
notifyListeners
in interface GameChange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |