org.enhydra.barracuda.core.comp.model
Interface ModelListener


public interface ModelListener

Defines the methods needed to act as a ModelListener


Method Summary
 void modelChanged(Model model)
          This high level event notification mechanism to tells listeners that something in the model changed.
 

Method Detail

modelChanged

public void modelChanged(Model model)
This high level event notification mechanism to tells listeners that something in the model changed. Note that this does not provide near the level of detail that Swing models do (this is because most of the time when the model changes we're just going to invalidate the component and completely redraw)

Parameters:
model - a reference to the model that changed


Copyright © 2003 BarracudaMVC.org All Rights Reserved.