com.teraspaces.qwfix
Interface FIXEngineListener


public interface FIXEngineListener

The listener interface for receiving FIXEngine events. The class that is interested in processing a FIXEngine event implements this interface, and the object created with that class is registered with a component using the component's addEngineListener method. When the FIXEngine event occurs, that object's appropriate method is invoked.

See Also:
FIXEngine.addEngineListener(FIXEngineListener)

Method Summary
 void sessionPersistenceAdded(FIXSessionPersistence persistence, FIXEngineMessageHandlerStatus status)
          Invoked when a new session persistence added.
 

Method Detail

sessionPersistenceAdded

void sessionPersistenceAdded(FIXSessionPersistence persistence,
                             FIXEngineMessageHandlerStatus status)
Invoked when a new session persistence added.

Parameters:
persistence - the persistence
status - the message handler status