|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileJobListener
Interface to be implemented by classes that wish to be notified of state changes on a particular
FileJob. Those classes need to be registered to receive those events, this can be done by calling
FileJob.addFileJobListener(FileJobListener).
| Method Summary | |
|---|---|
void |
jobStateChanged(FileJob source,
int oldState,
int newState)
Called when the state of the specified FileJob has changed. |
| Method Detail |
|---|
void jobStateChanged(FileJob source,
int oldState,
int newState)
source - the FileJob which state has changedoldState - the FileJob's state prior to the change, see FileJob's constant fields for possible valuesnewState - the new FileJob's state, see FileJob's constant fields for possible values
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard