de.grogra.xl.lang
Interface LongFilterState

All Superinterfaces:
FilterState

public interface LongFilterState
extends FilterState

LongFilterState is the subinterface of FilterState that is used for filter methods with return value of type long. Its precise usage is specified by the XL programming language.

Author:
Ole Kniemeyer

Method Summary
 long getLongResult()
          Returns the current result of the filter.
 
Methods inherited from interface de.grogra.xl.lang.FilterState
isAccepted, isFinished
 

Method Detail

getLongResult

long getLongResult()
Returns the current result of the filter. This is only valid if FilterState.isAccepted() returns true.

Returns:
current result of filter