oracle.jdeveloper.webservices
Interface WebServiceModelListener
- public interface WebServiceModelListener
Listener interface to provide notification of model change events.
Method Summary |
void |
modelChanged()
Notification that the WebServiceModel has changed. |
void |
modelRemoved()
Notification that the WebServiceModel has been removed. |
modelChanged
public void modelChanged()
- Notification that the WebServiceModel has changed.
modelRemoved
public void modelRemoved()
- Notification that the WebServiceModel has been removed.