public interface WorkEvent
Modifier and Type | Field and Description |
---|---|
static int |
WORK_ACCEPTED |
static int |
WORK_COMPLETED |
static int |
WORK_REJECTED |
static int |
WORK_STARTED |
Modifier and Type | Method and Description |
---|---|
WorkException |
getException() |
int |
getType() |
WorkItem |
getWorkItem() |
static final int WORK_ACCEPTED
static final int WORK_REJECTED
static final int WORK_STARTED
static final int WORK_COMPLETED
WorkException getException()
int getType()
WorkItem getWorkItem()
Copyright © 2015. All Rights Reserved.