| Package | Description |
|---|---|
| org.jrebirth.af.api.service |
Provides classes to define Service EnhancedComponent.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceTask<?> |
Service.getPendingTask(String taskKey)
Retrieve a task from the pending list.
|
<T> ServiceTask<T> |
Service.returnData(Wave wave)
Do a specific action by processing the wave.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ServiceTask<?>> |
Service.getPendingTaskList()
Get pending task list.
|
ObservableMap<String,ServiceTask<?>> |
Service.pendingTasksProperty()
Return The Pending tasks map.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.