Package ontopoly.model
Interface LifeCycleListener
-
- All Known Implementing Classes:
AbstractOntopolyErrorPage
,AbstractOntopolyPage
,AbstractProtectedOntopolyPage
,AbstractTypesPage
,AccessDeniedPage
,AdminPage
,AssociationTransformPage
,AssociationTypesPage
,ConvertPage
,DescriptionPage
,EmbeddedHierarchicalInstancePage
,EmbeddedInstancePage
,EnterTopicPage
,InstancePage
,InstancesPage
,InstanceTypesPage
,InternalErrorPage
,InternalErrorPageWithException
,NameTypesPage
,NonOntopolyAbstractPage
,OccurrenceTypesPage
,OntopolyAbstractPage
,PageExpiredErrorPage
,RoleTypesPage
,SearchPage
,SignInPage
,SignOutPage
,StartPage
,TopicTypesPage
,UpgradePage
,VizigatorPage
public interface LifeCycleListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value)
void
onAfterCreate(Topic topic, TopicType topicType)
void
onBeforeDelete(Topic topic)
void
onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value)
-
-
-
Method Detail
-
onBeforeDelete
void onBeforeDelete(Topic topic)
-
onAfterAdd
void onAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value)
-
onBeforeRemove
void onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value)
-
-