org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig
Interface IFacesConfigChangeListener
- public interface IFacesConfigChangeListener
IFacesConfigChangeListener is the interface that must be implemented by
objects interested in receiving notification of changes to application
configuration models.
Method Summary |
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification)
Called when a change in an application configuration model for which
this listener has been registered occurs. |
notifyChanged
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
- Called when a change in an application configuration model for which
this listener has been registered occurs.
- Parameters:
notification
- EMF Notification
instance that describes the
model change.