Package com.epam.fixengine.manager
Interface FIXSessionListListener
public interface FIXSessionListListener
The listener interface for receiving action events from FIXSessionManager.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAddSession(ExtendedFIXSession fixSession) Invoked when the fixSession added.voidonRemoveSession(ExtendedFIXSession fixSession) Invoked when the fixSession removed.
-
Method Details
-
onAddSession
Invoked when the fixSession added.- Parameters:
fixSession-
-
onRemoveSession
Invoked when the fixSession removed.- Parameters:
fixSession-
-