com.upek.android.ptapi.resultarg
Interface PtSwipeInfoArgI

All Known Implementing Classes:
PtSwipeInfoArg

public interface PtSwipeInfoArgI

This interface is used for returning additional output function parameters. It serves as a object container only.


Method Summary
 PtSwipeInfo getValue()
          Get value stored in the container
 void setValue(PtSwipeInfo value)
          Store new value in the container.
 

Method Detail

getValue

PtSwipeInfo getValue()
Get value stored in the container

Returns:
Value of result container

setValue

void setValue(PtSwipeInfo value)
Store new value in the container.

Parameters:
value - New result value