jaxx.runtime.swing.model
Interface GenericListListener

All Superinterfaces:
EventListener

public interface GenericListListener
extends EventListener

Author:
sletellier

Method Summary
 void selectionAdded(GenericListEvent event)
           
 void selectionRemoved(GenericListEvent event)
           
 void valuesAdded(GenericListEvent event)
           
 void valuesRemoved(GenericListEvent event)
           
 

Method Detail

valuesAdded

void valuesAdded(GenericListEvent event)

valuesRemoved

void valuesRemoved(GenericListEvent event)

selectionAdded

void selectionAdded(GenericListEvent event)

selectionRemoved

void selectionRemoved(GenericListEvent event)


Copyright © 2008-2012 CodeLutin. All Rights Reserved.