Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Task(Runnable) #13

Open
frodoking opened this issue Mar 9, 2015 · 0 comments
Open

About Task(Runnable) #13

frodoking opened this issue Mar 9, 2015 · 0 comments

Comments

@frodoking
Copy link

1.this task cannot canceled?
2.about this code :

At BaseMovieRunnable ...{
// ...
@OverRide
public void onPreTraktCall() {
getEventBus().post(createLoadingProgressEvent(true));
}

// ...
@OverRide
public void onFinished() {
getEventBus().post(createLoadingProgressEvent(false));
}
// ...
}
If I have more than one request in multiple pages, use same Event at same time, it's really work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant