package org.mercury_im.messenger; public interface ClientStateListener { void onClientInForeground(); void onClientInBackground(); }