|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cuny.cat.event.AuctionEvent
edu.cuny.cat.event.ShoutRejectedEvent
public class ShoutRejectedEvent
An event that is fired every time a shout is rejected.
Field Summary | |
---|---|
protected Shout |
shout
The shout that led to this event. |
Fields inherited from class edu.cuny.cat.event.AuctionEvent |
---|
time |
Constructor Summary | |
---|---|
ShoutRejectedEvent(Shout shout)
|
Method Summary | |
---|---|
Shout |
getShout()
|
java.lang.String |
toString()
|
Methods inherited from class edu.cuny.cat.event.AuctionEvent |
---|
getDay, getRound, getTick, getTime, notify, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Shout shout
Constructor Detail |
---|
public ShoutRejectedEvent(Shout shout)
Method Detail |
---|
public Shout getShout()
public java.lang.String toString()
toString
in class AuctionEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |