Package org.apache.felix.servicebinder.architecture

Examples of org.apache.felix.servicebinder.architecture.InstanceChangeEvent


    {
        m_state = newState;

        if(m_state == INSTANCE_CREATED || m_state == INSTANCE_VALID || m_state == INSTANCE_INVALID || m_state == INSTANCE_DESTROYED)
        {
            m_activator.fireInstanceChangeEvent(new InstanceChangeEvent(this,m_instanceMetadata,m_state));
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.felix.servicebinder.architecture.InstanceChangeEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.