Interface FIXSessionListListener


public interface FIXSessionListListener
The listener interface for receiving action events from FIXSessionManager.
See Also:
  • Method Details

    • onAddSession

      void onAddSession(ExtendedFIXSession fixSession)
      Invoked when the fixSession added.
      Parameters:
      fixSession -
    • onRemoveSession

      void onRemoveSession(ExtendedFIXSession fixSession)
      Invoked when the fixSession removed.
      Parameters:
      fixSession -