Package it.tidalwave.actor
Class CollaborationStartedMessage
java.lang.Object
it.tidalwave.actor.MessageSupport
it.tidalwave.actor.CollaborationStartedMessage
- All Implemented Interfaces:
Collaboration.Provider
,As
,Serializable
This message notifies that a new
Collaboration
has been started.- Author:
- Fabrizio Giudici
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class it.tidalwave.actor.MessageSupport
collaboration
-
Method Summary
Modifier and TypeMethodDescriptionstatic CollaborationStartedMessage
forCollaboration
(Collaboration collaboration) Creates a new instance for the givenCollaboration
.Returns the time when theCollaboration
has been started.Methods inherited from class it.tidalwave.actor.MessageSupport
getCollaboration, maybeAs, send, sendDirectly, sendLater
-
Method Details
-
forCollaboration
@Nonnull public static CollaborationStartedMessage forCollaboration(@Nonnull Collaboration collaboration) Creates a new instance for the givenCollaboration
.- Parameters:
collaboration
- theCollaboration
- Returns:
- the new instance
-
getStartTime
Returns the time when theCollaboration
has been started.- Returns:
- the start time
-