com.bea.p13n.model
Interface Model.ChangeListener

Enclosing class:
Model

public static interface Model.ChangeListener

The interface to listen to a model's change events.


Method Summary
 void modelChanged(Model.ChangeEvent evt)
          Notification that a model changed.
 

Method Detail

modelChanged

void modelChanged(Model.ChangeEvent evt)
Notification that a model changed.



Copyright © 2011, Oracle. All rights reserved.