com.jxcell
Interface UpdateListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Designer

public interface UpdateListener
extends java.util.EventListener

The listener interface for receiviang Update events


Method Summary
 void update(UpdateEvent updateevent)
           
 

Method Detail

update

public void update(UpdateEvent updateevent)