setContext

format

void setContext(EveContext eveContext)

description

Sets the context of the search results. If you are using only one database, you likely do not need to use this method. However, if you are using more than one database, you need to use an EveContext object to make sure the system knows where to find your search results.

parameters

eveContext - the context of the SearchResults

returns

nothing (void)

throws

The setContext() method does not throw any exceptions.