org.apache.wsrp4j.util
Interface StateChangedListener

All Known Implementing Classes:
GenericPersistentProducerRegistryImpl, PageRegistryImpl, PortletRegistryImpl, UserRegistryImpl

public interface StateChangedListener

This class defines the StateChangedListener Interface.

Version:
$Id: StateChangedListener.java,v 1.4 2005/08/10 15:10:23 cziegeler Exp $
Author:
Ralf Altrichter
See Also:
StateChangedEvent

Method Summary
 void stateChanged(StateChangedEvent e)
           
 

Method Detail

stateChanged

public void stateChanged(StateChangedEvent e)


--