org.mozdev.MacroTracker.toolkit.event
Interface iListChangeEvent


public interface iListChangeEvent

This interface represents a change in a NotifiableList.

Since:
MacroToolkit 1.0

Method Summary
 void listChanged(NotifiableList newListValues)
          This is ran when a value in the list has either been added, removed, or modified.
 

Method Detail

listChanged

void listChanged(NotifiableList newListValues)
This is ran when a value in the list has either been added, removed, or modified.

Parameters:
newListValues - The new List after it has been changed.