Uses of Interface
rcf.core.concurrent.events.IdentityChangeEvent

Packages that use IdentityChangeEvent
rcf.core.framework.component The basis of the RCF component framework, on top of which all the bundling and application level indirection is built. 
 

Uses of IdentityChangeEvent in rcf.core.framework.component
 

Methods in rcf.core.framework.component with parameters of type IdentityChangeEvent
 boolean DynamicProperty.Default.IdentityChangeEventSink.event(IdentityChangeEvent<T> event)
           
 boolean DefaultDynamicProperty.IdentityChangeEventSink.event(IdentityChangeEvent<T> event)