edu.cuny.cat.event
Class TransactionPostedEvent
java.lang.Object
edu.cuny.cat.event.AuctionEvent
edu.cuny.cat.event.TransactionPostedEvent
- All Implemented Interfaces:
- edu.cuny.event.Event<AuctionEventListener>, java.lang.Cloneable
public class TransactionPostedEvent
- extends AuctionEvent
- implements java.lang.Cloneable
An event that is fired to notify subscribers of a transaction. In contrast,
TransactionExecutedEvent
is used to tell a market that a transaction
is made in the market.
- Version:
- $Revision: 1.2 $
- Author:
- Jinzhong Niu
- See Also:
TransactionExecutedEvent
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
transaction
protected Transaction transaction
TransactionPostedEvent
public TransactionPostedEvent(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()