|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
framework.GameEvent
framework.GameEndEvent
public class GameEndEvent
An event indicating that a game has ended.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GameEndEvent(Game game)
|
|
GameEndEvent(Game game,
Map props)
|
|
| Method Summary | |
|---|---|
Map |
getProperties()
|
Object |
getProperty(String key)
|
void |
setProperty(String key,
Object value)
|
| Methods inherited from class framework.GameEvent |
|---|
getGame |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GameEndEvent(Game game)
public GameEndEvent(Game game,
Map props)
| Method Detail |
|---|
public Object getProperty(String key)
public void setProperty(String key,
Object value)
public Map getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||