|
|||||||||
| Home >> All >> org >> dma >> ihm >> game >> calendar >> [ events overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dma.ihm.game.calendar.events
Class GameCalendarYearEndEvent

java.lang.Objectjava.util.EventObject
org.dma.ihm.game.calendar.events.GameCalendarEvent
org.dma.ihm.game.calendar.events.GameCalendarYearEndEvent
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class GameCalendarYearEndEvent
- extends GameCalendarEvent
GameCalendarYearEndEvent Special event that "marks" the end of a year and calls controller functions for a calendar "endSeason", and so should be really the last event of a season !
| Field Summary |
| Fields inherited from class org.dma.ihm.game.calendar.events.GameCalendarEvent |
day, description, EVENT_TYPE_INTERNAL, EVENT_TYPE_PUBLIC, eventType |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
GameCalendarYearEndEvent(java.lang.Object source,
java.util.Calendar day)
Creates event |
|
| Method Summary | |
void |
play()
Resets the calendar and adds a (happy) newYear event |
| Methods inherited from class org.dma.ihm.game.calendar.events.GameCalendarEvent |
_setToDone, compareTo, getDay, getDescription, getEventType, getFormatedDate, getSortValue, isDone, needsOnline |
| 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 |
GameCalendarYearEndEvent
public GameCalendarYearEndEvent(java.lang.Object source, java.util.Calendar day)
- Creates event
| Method Detail |
play
public void play()
- Resets the calendar and adds a (happy) newYear event
- Overrides:
playin classGameCalendarEvent
|
|||||||||
| Home >> All >> org >> dma >> ihm >> game >> calendar >> [ events overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC