All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cookingfox.lapasse.api.state.manager.RxStateManager Maven / Gradle / Ivy

There is a newer version: 0.5.6
Show newest version
package com.cookingfox.lapasse.api.state.manager;

import com.cookingfox.lapasse.api.state.State;
import com.cookingfox.lapasse.api.state.observer.RxStateObserver;

/**
 * Extends the state manager with Rx functionality.
 *
 * @param  The concrete type of the state object.
 */
public interface RxStateManager extends RxStateObserver, StateManager {
}