Uses of Class
com.caplin.motif.fx.tobo.TOBOEntityChangeProvider
-
Packages that use TOBOEntityChangeProvider Package Description com.caplin.motif.fx.tobo -
-
Uses of TOBOEntityChangeProvider in com.caplin.motif.fx.tobo
Methods in com.caplin.motif.fx.tobo with parameters of type TOBOEntityChangeProvider Modifier and Type Method Description void
TOBOEntityAdapter. registerTOBOEntityChangeProvider(TOBOEntityChangeProvider<TOBOChangeEntitySubjectInfo> toboEntityChangeProvider)
Registers a provider that is capable of responding to TOBO Entity change requests<T extends SubjectInfo>
voidTOBOEntityAdapter. registerTOBOEntityChangeProvider(TOBOEntityChangeProvider<T> toboEntityChangeProvider, com.caplin.datasource.namespace.Namespace namespace)
Registers a provider that is capable of responding to TOBO Entity change requests
-