Package | Description |
---|---|
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.core.task |
Provides class definitions for handling multitasking.
|
com.vektorsoft.demux.web.jsf.core |
Contains classes and interfaces required for running DEMUX JSF applications.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXDefaultAdapter.executeTask(DMXTask task,
Object... args) |
void |
DMXAdapter.executeTask(DMXTask task,
Object... args)
Execute specified task in background.
|
Modifier and Type | Class and Description |
---|---|
class |
DMXBasicTask
Basic implementation of
DMXTask . |
Modifier and Type | Method and Description |
---|---|
void |
TaskStatusListener.taskCompleted(DMXTask task,
Object result)
Invoked when task is completed.
|
void |
TaskStatusListener.taskStarted(DMXTask task)
Invoked when task is started.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXAdapterJSF.executeTask(DMXTask task,
Object... args) |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.