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 voidonAfterAdd(Topic topic, FieldDefinition fieldDefinition, Object value)voidonAfterCreate(Topic topic, TopicType topicType)voidonBeforeDelete(Topic topic)voidonBeforeRemove(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)
-
-