Maven module :un.api : api-task :
Class :
un.api.task.TaskEvent
Extends/Implements :
un.api.event.DefaultEvent
Subclasses : -
Variables :
STATE_START,
STATE_PROGRESS,
STATE_END,
STATE_CANCEL,
STATE_FAIL
Functions :
TaskEvent,
getSource,
getState,
getProgress,
getMessage,
getResult,
getError
public int
STATE_START
public int
STATE_PROGRESS
public int
STATE_END
public int
STATE_CANCEL
public int
STATE_FAIL
public void
TaskEvent (Task source, int state, float progress, Chars message, Parameters result, Exception error)
public Task
getSource ()
public int
getState ()
public float
getProgress ()
public Chars
getMessage ()
public Parameters
getResult ()
public Exception
getError ()
author Johann Sorel