com.alee.utils.swing
Interface StateProvider<T>

Type Parameters:
T - type of value used to provide state

public interface StateProvider<T>

This interface provides a single method for boolean state request for data of any type.

Author:
Mikle Garin

Method Summary
 boolean provide(T value)
          Returns state for the specified value.
 

Method Detail

provide

boolean provide(T value)
Returns state for the specified value.

Parameters:
value - value to process
Returns:
state for the specified value