jar

io.github.rih-carv.livecallback : livecallback

Maven & Gradle

Sep 20, 2021
7 stars

LiveCallback · LiveCallback is a library project that aims to make dealing with async callbacks on Android safer and straightforward.

Table Of Contents

Latest Version

Download io.github.rih-carv.livecallback : livecallback JAR file - Latest Versions:

All Versions

Download io.github.rih-carv.livecallback : livecallback JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window livecallback-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ricarvalho.livecallback.registry

├─ com.ricarvalho.livecallback.registry.InputLiveCallbackRegistry.class - [JAR]

├─ com.ricarvalho.livecallback.registry.LiveCallbackRegistry.class - [JAR]

├─ com.ricarvalho.livecallback.registry.OutputLiveCallbackRegistry.class - [JAR]

├─ com.ricarvalho.livecallback.registry.SimpleLiveCallbackRegistry.class - [JAR]

├─ com.ricarvalho.livecallback.registry.TokenizedInputLiveCallbackRegistry.class - [JAR]

├─ com.ricarvalho.livecallback.registry.TokenizedLiveCallbackRegistry.class - [JAR]

├─ com.ricarvalho.livecallback.registry.TokenizedOutputLiveCallbackRegistry.class - [JAR]

├─ com.ricarvalho.livecallback.registry.TokenizedSimpleLiveCallbackRegistry.class - [JAR]

com.ricarvalho.livecallback

├─ com.ricarvalho.livecallback.CallbackAliasKt.class - [JAR]

├─ com.ricarvalho.livecallback.CallbackToken.class - [JAR]

├─ com.ricarvalho.livecallback.CallbackTokenAliasKt.class - [JAR]

├─ com.ricarvalho.livecallback.LiveCallback.class - [JAR]

├─ com.ricarvalho.livecallback.LiveCallbackContainer.class - [JAR]