org.apache.felix.ipojo
Interface FactoryStateListener
- All Known Implementing Classes:
- InstanceCreator
public interface FactoryStateListener
A factory state listener received notification about monitored factory state changes.
This listener allows anyone to be notified when the listened factory state changes.
- Author:
- Felix Project Team
stateChanged
void stateChanged(Factory factory,
int newState)
- Notification listener.
Each time an instance state changes, this method is called
with the new factory state.
- Parameters:
factory
- the changing factorynewState
- the new factory state
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.