public class WorkspaceSentEventImpl extends WorkspaceEventImpl implements WorkspaceSentEvent
| Modifier and Type | Field and Description |
|---|---|
protected List<User> |
addressees |
target, type| Constructor and Description |
|---|
WorkspaceSentEventImpl(WorkspaceItem target,
List<User> addressees)
Create a new Sent event.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
getAddressees() |
getTarget, getType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTarget, getTypepublic WorkspaceSentEventImpl(WorkspaceItem target, List<User> addressees)
target - the sent item.addressees - the addressees users.public List<User> getAddressees()
getAddressees in interface WorkspaceSentEventCopyright © 2020. All Rights Reserved.