edu.cuny.cat.event
Class TransactionRejectedEvent

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

public class TransactionRejectedEvent
extends AuctionEvent

An event that is fired every time a matching request is rejected by the cat server.

Version:
$Revision: 1.7 $
Author:
Jinzhong Niu

Field Summary
protected  Transaction transaction
           
 
Fields inherited from class edu.cuny.cat.event.AuctionEvent
time
 
Constructor Summary
TransactionRejectedEvent(Transaction transaction)
           
 
Method Summary
 Transaction getTransaction()
           
 
Methods inherited from class edu.cuny.cat.event.AuctionEvent
getDay, getRound, getTick, getTime, notify, setTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transaction

protected Transaction transaction
Constructor Detail

TransactionRejectedEvent

public TransactionRejectedEvent(Transaction transaction)
Method Detail

getTransaction

public Transaction getTransaction()