com.guiseframework.event
Interface ValueSelectListener<V>

Type Parameters:
V - The type of value being selected.
All Superinterfaces:
java.util.EventListener, GuiseEventListener

public interface ValueSelectListener<V>
extends GuiseEventListener

An object that listens for selection of a value.

Author:
Garret Wilson

Method Summary
 void valueSelected(ValueEvent<V> valueEvent)
          Called when a value is selected.
 

Method Detail

valueSelected

void valueSelected(ValueEvent<V> valueEvent)
Called when a value is selected.

Parameters:
valueEvent - The event indicating the value selected.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.