edu.cuny.cat.event
Class DayStatPassEvent
java.lang.Object
edu.cuny.cat.event.AuctionEvent
edu.cuny.cat.event.DayStatPassEvent
- All Implemented Interfaces:
- edu.cuny.event.Event<AuctionEventListener>
public class DayStatPassEvent
- extends AuctionEvent
An event that is fired after the end of every trading day to notify
GameReport
s so that they may calculate various
stats.
Since game reports may rely on each other to do their own calculation,
multiple passes of event notification of this kind enables reports that act
during later passes to make use of results produced in the early passes.
- Version:
- $Revision: 1.6 $
- Author:
- Jinzhong Niu
- See Also:
DayInitPassEvent
,
RoundStatPassEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
START_PASS
public static final int START_PASS
- See Also:
- Constant Field Values
FIRST_PASS
public static final int FIRST_PASS
- See Also:
- Constant Field Values
SECOND_PASS
public static final int SECOND_PASS
- See Also:
- Constant Field Values
THIRD_PASS
public static final int THIRD_PASS
- See Also:
- Constant Field Values
END_PASS
public static final int END_PASS
- See Also:
- Constant Field Values
pass
protected int pass
DayStatPassEvent
public DayStatPassEvent(int pass)
getPass
public int getPass()
setPass
public void setPass(int pass)