|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ asyncjob overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.lib.asyncjob
Class AsyncJobStartedEvent

java.lang.Objectjava.util.EventObject
com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent
com.virtuosotechnologies.lib.asyncjob.AsyncJobStartedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class AsyncJobStartedEvent
- extends AsyncJobEvent
An event sent to a listener when a job has started
| Field Summary | |
private AsyncJobExecution |
execution_
|
| Fields inherited from class com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent |
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
(package private) |
AsyncJobStartedEvent(AsyncJobRunner runner,
AsyncJob job,
AsyncJobExecution execution)
Constructor |
| Method Summary | |
AsyncJobExecution |
getExecution()
Get the execution tracker |
| Methods inherited from class com.virtuosotechnologies.lib.asyncjob.AsyncJobEvent |
getAsyncJob, getAsyncJobExecution, getAsyncJobRunner |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
execution_
private AsyncJobExecution execution_
| Constructor Detail |
AsyncJobStartedEvent
AsyncJobStartedEvent(AsyncJobRunner runner, AsyncJob job, AsyncJobExecution execution)
- Constructor
| Method Detail |
getExecution
public AsyncJobExecution getExecution()
- Get the execution tracker
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ asyncjob overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC