org.zeroexchange.collaboration.contract.event
Class ContractStatusChanged
java.lang.Object
org.zeroexchange.event.Event
org.zeroexchange.collaboration.contract.event.ContractChanged
org.zeroexchange.collaboration.contract.event.ContractStatusChanged
- All Implemented Interfaces:
- Serializable
public class ContractStatusChanged
- extends ContractChanged
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContractStatusChanged
public ContractStatusChanged(Contract contract,
ContractStatus oldStatus,
ContractStatus newStatus)
- Constructor.
getOldStatus
public ContractStatus getOldStatus()
- Returns:
- the oldStatus
getNewStatus
public ContractStatus getNewStatus()
- Returns:
- the newStatus
Copyright © 2013. All Rights Reserved.