edu.cuny.cat.event
Class ShoutRejectedEvent

java.lang.Object
  extended by edu.cuny.cat.event.AuctionEvent
      extended by edu.cuny.cat.event.ShoutRejectedEvent
All Implemented Interfaces:
edu.cuny.event.Event<AuctionEventListener>

public class ShoutRejectedEvent
extends AuctionEvent

An event that is fired every time a shout is rejected.

Version:
$Revision: 1.10 $
Author:
Kai Cai

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

shout

protected Shout shout
The shout that led to this event.

Constructor Detail

ShoutRejectedEvent

public ShoutRejectedEvent(Shout shout)
Method Detail

getShout

public Shout getShout()

toString

public java.lang.String toString()
Overrides:
toString in class AuctionEvent