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 TypeMethodDescriptionvoid
onAddSession
(ExtendedFIXSession fixSession) Invoked when the fixSession added.void
onRemoveSession
(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
-
-