|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcivquest.gameChange.AbstractGUIChange
AbstractGUIChange.java
Field Summary | |
protected int[] |
eventIDs
|
protected java.lang.String |
name
|
Fields inherited from interface civquest.gameChange.GUIChange |
NOT_GIVEN, SET_WORKING_FIELD, TOGGLE_UNIT_BLINK |
Constructor Summary | |
AbstractGUIChange(int eventID)
|
|
AbstractGUIChange(int[] eventIDs)
|
Method Summary | |
int[] |
getEventIDs()
Returns all event-constants assigned to this GUIChange. |
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[] eventIDs
protected java.lang.String name
Constructor Detail |
public AbstractGUIChange(int eventID)
public AbstractGUIChange(int[] eventIDs)
Method Detail |
public int[] getEventIDs()
GUIChange
getEventIDs
in interface GUIChange
public void notifyListeners()
notifyListeners
in interface GameChange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |