Extension SDK

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.
 

Method Detail

modelChanged

public void modelChanged()
Notification that the WebServiceModel has changed.


modelRemoved

public void modelRemoved()
Notification that the WebServiceModel has been removed.


Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.