|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSimEvent
net.sourceforge.jasa.event.MarketEvent
net.sourceforge.jasa.event.OrderReceivedEvent
public class OrderReceivedEvent
An event that is fired every time a shout is received in an market (may not be allowed to place eventually), in contrast to OrderPlacedEvent, which represents a shout is received and placed.
![]() |
![]() |
Field Summary | |
---|---|
protected Order |
shout
The shout that led to this event. |
Fields inherited from class net.sourceforge.jasa.event.MarketEvent |
---|
auction, pTime, time |
Constructor Summary | |
---|---|
OrderReceivedEvent(Market auction,
int time,
Order shout)
|
Method Summary | |
---|---|
Order |
getShout()
|
Methods inherited from class net.sourceforge.jasa.event.MarketEvent |
---|
getAuction, getPhysicalTime, getTime, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Order shout
Constructor Detail |
---|
public OrderReceivedEvent(Market auction, int time, Order shout)
Method Detail |
---|
public Order getShout()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |