站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

ModelListener (NetBeans View Model) - NetBeans API Javadoc 4.1.0

 

org.netbeans.spi.viewmodel
Interface ModelListener

All Superinterfaces:
EventListener

public interface ModelListener
extends EventListener

Notifies about changes in view model.


Method Summary
 void modelChanged(ModelEvent event)
          View model is changed notification.
 

Method Detail

modelChanged

public void modelChanged(ModelEvent event)
View model is changed notification.

Parameters:
event - an event object describing change

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.