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
Modifier and TypeMethodDescriptionvoidonAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value) voidonAfterCreate(Topic topic, TopicType topicType) voidonBeforeDelete(Topic topic) voidonBeforeRemove(Topic topic, FieldDefinition fieldDefinition, Object value)
-
Method Details
-
onAfterCreate
-
onBeforeDelete
-
onAfterAdd
-
onBeforeRemove
-