|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSimEvent
net.sourceforge.jasa.event.MarketEvent
public abstract class MarketEvent
Superclass for all types of market event.
Field Summary | |
---|---|
protected Market |
auction
The market that this event occurred in. |
protected long |
pTime
The physical time at which this event occurred. |
protected int |
time
The time at which this event occurred. |
Constructor Summary | |
---|---|
MarketEvent(Market auction,
int time)
|
Method Summary | |
---|---|
Market |
getAuction()
Get the market that this event occured in. |
long |
getPhysicalTime()
|
int |
getTime()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Market auction
protected int time
protected long pTime
Constructor Detail |
---|
public MarketEvent(Market auction, int time)
Method Detail |
---|
public Market getAuction()
public long getPhysicalTime()
public int getTime()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |