2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Copyright 2013, Rene Gollent, rene@gollent.com.
4 * Distributed under the terms of the MIT License.
6 #ifndef JOB_STATE_LISTENER_H
7 #define JOB_STATE_LISTENER_H
13 class JobStateListener
: public BSupportKit::BJobStateListener
{
17 virtual void JobStarted(BSupportKit::BJob
* job
);
18 virtual void JobSucceeded(BSupportKit::BJob
* job
);
19 virtual void JobFailed(BSupportKit::BJob
* job
);
20 virtual void JobAborted(BSupportKit::BJob
* job
);
24 #endif // JOB_STATE_LISTENER_H