org.apache.felix.ipojo
Interface FactoryStateListener

All Known Implementing Classes:
InstanceCreator

public interface FactoryStateListener

Factory state listener. This listener allows anyone to be notified when the listened factory state changes.

Author:
Felix Project Team

Method Summary
 void stateChanged(Factory factory, int newState)
          State change listener.
 

Method Detail

stateChanged

void stateChanged(Factory factory,
                  int newState)
State change listener. Each time an instance state change, this method is called.

Parameters:
factory - : changing factory
newState - : new instance state