java.lang.Object | |
↳ | com.neomades.content.Query |
![]() |
![]() |
Base Query.
A Query is a request that could be handled by ContentManager
through
an EventBus
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Query() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
setContentManager(String name)
Sets the associated
ContentManager name if there is many
ContentManager instances. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
final ContentManager |
getContentManager()
Returns the
ContentManager that contains this Query . | ||||||||||
abstract void |
onExecute()
Called when Query has been posted to
ContentManager to be executed. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets the associated ContentManager
name if there is many
ContentManager
instances.
Returns the ContentManager
that contains this Query
.
Called when Query has been posted to ContentManager
to be executed.