package com.tridium.fox.session; import com.tridium.fox.message.FoxMessage; public interface FoxAsyncCallbacks { void asyncMessageSent(FoxSession foxSession, FoxMessage foxMessage); }