Package io.meeds.social.space.plugin
Class SpaceInvitationLifeCycleEvent
java.lang.Object
org.exoplatform.social.common.lifecycle.LifeCycleEvent<String,Space>
org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent
io.meeds.social.space.plugin.SpaceInvitationLifeCycleEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent
SpaceLifeCycleEvent.Type -
Field Summary
Fields inherited from class org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent
typeFields inherited from class org.exoplatform.social.common.lifecycle.LifeCycleEvent
payload, source -
Constructor Summary
ConstructorsConstructorDescriptionSpaceInvitationLifeCycleEvent(Space space, String target, SpaceLifeCycleEvent.Type eventType, String inviterId) -
Method Summary
Methods inherited from class org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent
getSpace, getTarget, getType, toStringMethods inherited from class org.exoplatform.social.common.lifecycle.LifeCycleEvent
getPayload, getSource
-
Constructor Details
-
SpaceInvitationLifeCycleEvent
public SpaceInvitationLifeCycleEvent(Space space, String target, SpaceLifeCycleEvent.Type eventType, String inviterId)
-