# Interface: com.pnfsoftware.jeb.util.base.IInformationProvider

A provider interface for textual data.

## Method: getRecommendedPullPeriod
- return type: `long`

Description: Retrieve the recommended interval between pulls.
return: a period in milliseconds

## Method: pullText
- return type: `java.lang.String`

Description: Retrieve the current text information buffer.
return: current text information

