question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MvpDelegateCallback does not exist

See original GitHub issue

Version: Mosby v2.0.0:

According to documentation here: http://hannesdorfmann.com/mosby/mvp/

There should be MvpDelegateCallback:

MvpDelegateCallback: Is an interface every MvpView in Mosby has to implement. Basically it just provides some MVP related methods like

Instead all delegate classes uses BaseMvpDelegateCallback<V, P>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sockeqwecommented, Nov 19, 2015

You are right, the documentation is not up-to-date on this. MvpDelegateCallback has been renamed to BaseMvpDelegateCallback in Mosby 2.0

I will update the docs. thanks for reporting!

Vladimir Baryshnikov notifications@github.com schrieb am Do., 19. Nov. 2015 22:56:

Version: Mosby v2.0.0:

According to documentation here: http://hannesdorfmann.com/mosby/mvp/

There should be MvpDelegateCallback:

MvpDelegateCallback: Is an interface every MvpView in Mosby has to implement. Basically it just provides some MVP related methods like

Instead all delegate classes uses BaseMvpDelegateCallback<V, P>

— Reply to this email directly or view it on GitHub https://github.com/sockeqwe/mosby/issues/101.

0reactions
sockeqwecommented, Mar 9, 2017

Renamed in 3.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

CallBackOnCollectedDelegate C# - MSDN - Microsoft
Sounds like the object that owns the delegate is being GC'ed when it shouldn't be. You don't need to use GC.KeepAlive in most...
Read more >
java - Android: MVP. Right way to communicaticate between ...
After extensive reading, I came to a conclusion, that I do not need another class 'Repository' to delegate loading of data.
Read more >
callback on a garbage collected delegate error - C# / C Sharp
Hi, I have an application using a DLL and callbacks. It generate random the error "A callback was made on a garbage collected...
Read more >
mosby/ActivityMvpDelegateImpl.java at master - GitHub
A Model-View-Presenter / Model-View-Intent library for modern Android apps - mosby/ActivityMvpDelegateImpl.java at master · sockeqwe/mosby.
Read more >
Best practices for MVP pattern on Android
1 Answer 1 · The methods to update the view should be simple and targeted on a single element. · Lifecycle events methods...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found