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
 void onAfterAdd(Topic topic, FieldDefinition fieldDefinition, java.lang.Object value)
           
 void onAfterCreate(Topic topic, TopicType topicType)
           
 void onBeforeDelete(Topic topic)
           
 void onBeforeRemove(Topic topic, FieldDefinition fieldDefinition, java.lang.Object value)
           
 

Method Detail

onAfterCreate

void onAfterCreate(Topic topic,
                   TopicType topicType)

onBeforeDelete

void onBeforeDelete(Topic topic)

onAfterAdd

void onAfterAdd(Topic topic,
                FieldDefinition fieldDefinition,
                java.lang.Object value)

onBeforeRemove

void onBeforeRemove(Topic topic,
                    FieldDefinition fieldDefinition,
                    java.lang.Object value)


Copyright © 2000-2012 Ontopia.