com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event
Class UserChangeEvent

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event.ServiceEvent
      extended by com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event.UserChangeEvent
All Implemented Interfaces:
de.novanic.eventservice.client.event.Event, java.io.Serializable
Direct Known Subclasses:
UserJoinedCollaborationEvent, UserLeftCollaborationEvent

public abstract class UserChangeEvent
extends ServiceEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event.ServiceEvent
clientManagementDomain
 
Constructor Summary
UserChangeEvent()
           
UserChangeEvent(Collaboration collaboration, User user)
           
 
Method Summary
 Collaboration getCollaboration()
           
 User getUser()
           
 void setCollaboration(Collaboration collaboration)
           
 void setUser(User user)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.collaboration.comet.client.event.ServiceEvent
getEditorID, setEditorID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserChangeEvent

public UserChangeEvent()

UserChangeEvent

public UserChangeEvent(Collaboration collaboration,
                       User user)
Method Detail

getCollaboration

public Collaboration getCollaboration()

setCollaboration

public void setCollaboration(Collaboration collaboration)

getUser

public User getUser()

setUser

public void setUser(User user)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.