edu.cuny.cat.event
Class TransactionExecutedEvent
java.lang.Object
edu.cuny.cat.event.AuctionEvent
edu.cuny.cat.event.TransactionExecutedEvent
- All Implemented Interfaces:
- edu.cuny.event.Event<AuctionEventListener>, java.lang.Cloneable
public class TransactionExecutedEvent
- extends AuctionEvent
- implements java.lang.Cloneable
An event that is fired every time a good is sold in an auction. A subsequent
TransactionPostedEvent is fired as well to notify subscribers of this
transaction.
- Version:
- $Revision: 1.10 $
- Author:
- Steve Phelps
- See Also:
TransactionPostedEvent
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
transaction
protected Transaction transaction
TransactionExecutedEvent
public TransactionExecutedEvent(Transaction transaction)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
getTransaction
public Transaction getTransaction()