com.jmex.bui.event
Interface ChangeListener

All Known Implementing Classes:
BScrollingList.BViewport

public interface ChangeListener

An interface used to inform listeners when a model has changed.


Method Summary
 void stateChanged(ChangeEvent event)
          Indicates that the underlying model has changed.
 

Method Detail

stateChanged

void stateChanged(ChangeEvent event)
Indicates that the underlying model has changed.



Copyright © 2008 Michael Bayne. All Rights Reserved.