net.sourceforge.geeboss.model.event
Interface ValueUpdateListener

All Known Implementing Classes:
MidiEventManager

public interface ValueUpdateListener

Listener for value update events

Author:
Frederic BORRY

Method Summary
 void valuesUpdated(java.util.List<MemoryComponent> values)
          Notify the listener that the provided values (or objects) have been updated
 

Method Detail

valuesUpdated

void valuesUpdated(java.util.List<MemoryComponent> values)
Notify the listener that the provided values (or objects) have been updated

Parameters:
values - the changed values (or objects)


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.