Package com.byoutline.ottocachedfield.internal

Examples of com.byoutline.ottocachedfield.internal.OttoErrorListener


    private OttoCachedField(Provider<String> sessionIdProvider, RetrofitCall<T> valueGetter, ResponseEvent<T> successEvent, Object errorEvent, PostFromAnyThreadIBus bus) {
        this(sessionIdProvider,
                new RetofitValueProvider(valueGetter, bus, sessionIdProvider),
                new OttoSuccessListener(bus, successEvent),
                new OttoErrorListener(bus, errorEvent),
                bus);
    }
View Full Code Here

TOP

Related Classes of com.byoutline.ottocachedfield.internal.OttoErrorListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.