org.zeroexchange.user.event
Class UsersInvited
java.lang.Object
org.zeroexchange.event.Event
org.zeroexchange.user.event.UsersInvited
- All Implemented Interfaces:
- Serializable
public class UsersInvited
- extends Event
Events is sent if the users is invited to the contract.
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsersInvited
public UsersInvited(Contract contract,
List<User> invitedUsers)
- Constructor.
getUsers
public Collection<User> getUsers()
getContract
public Contract getContract()
Copyright © 2013. All Rights Reserved.