com.urbanairship.connect.client.consume.ConnectCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connect-client Show documentation
Show all versions of connect-client Show documentation
The UA Connect Java client library
/*
Copyright 2015 Urban Airship and Contributors
*/
package com.urbanairship.connect.client.consume;
/**
* Defines the contract of possible state transition during connection to a stream.
*/
public interface ConnectCallback {
void error(Throwable e);
void connected(StatusAndHeaders statusAndHeaders);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy