com.groovemanager.sampled.nondestructive
Interface ModificationListener

All Known Implementing Classes:
CutList, WaveTab

public interface ModificationListener

A ModificationListener instance can be notified of a change made to a CutListSource or a CutListElement

Author:
Manu Robledo

Method Summary
 void update(CutListElement element)
          Notification about the change of a CutListElement
 void update(CutListSource source)
          Notification about the change of a CutListSource
 

Method Detail

update

void update(CutListElement element)
Notification about the change of a CutListElement

Parameters:
element - The modified CutListElement

update

void update(CutListSource source)
Notification about the change of a CutListSource

Parameters:
source - The modified CutListSource