org.zeroexchange.user.event
Class UsersInvited

java.lang.Object
  extended by org.zeroexchange.event.Event
      extended by 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

Constructor Summary
UsersInvited(Contract contract, List<User> invitedUsers)
          Constructor.
 
Method Summary
 Contract getContract()
           
 Collection<User> getUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsersInvited

public UsersInvited(Contract contract,
                    List<User> invitedUsers)
Constructor.

Method Detail

getUsers

public Collection<User> getUsers()

getContract

public Contract getContract()


Copyright © 2013. All Rights Reserved.