Interface ItemStateCreationListener
-
- All Superinterfaces:
ItemStateLifeCycleListener
- All Known Implementing Classes:
ItemManagerImpl
,TransientISFactory
,TransientItemStateManager
,UniqueIdResolver
public interface ItemStateCreationListener extends ItemStateLifeCycleListener
ItemStateCreationListener
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
created(ItemState state)
-
Methods inherited from interface org.apache.jackrabbit.jcr2spi.state.ItemStateLifeCycleListener
statusChanged
-
-
-
-
Method Detail
-
created
void created(ItemState state)
- Parameters:
state
-
-
-