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

com.firebase.geofire.EventRaiser Maven / Gradle / Ivy

package com.firebase.geofire;

interface EventRaiser {
    void raiseEvent(Runnable r);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy