Package io.meeds.social.space.plugin
Class SpaceCategoryLifeCycleEvent
java.lang.Object
org.exoplatform.social.common.lifecycle.LifeCycleEvent<String,Space>
org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent
io.meeds.social.space.plugin.SpaceCategoryLifeCycleEvent
-
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
ConstructorsConstructorDescriptionSpaceCategoryLifeCycleEvent(Space space, String target, long categoryId, SpaceLifeCycleEvent.Type eventType) -
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
-
SpaceCategoryLifeCycleEvent
public SpaceCategoryLifeCycleEvent(Space space, String target, long categoryId, SpaceLifeCycleEvent.Type eventType)
-