com.epam.example.icetrade
Class ICEClient

java.lang.Object
  extended by com.epam.example.icetrade.ICEClient
All Implemented Interfaces:
ICEListener, ActionListener, EventListener

public class ICEClient
extends Object
implements ActionListener, ICEListener

Author:
Serhiy_Zahriychuk Date: May 19, 2009

Constructor Summary
ICEClient()
           
 
Method Summary
 JComponent $$$getRootComponent$$$()
           
 void actionPerformed(ActionEvent e)
           
 void onChangeSessionState(SessionState sessionState)
           
 void onNewLogMessage(String fixFieldList)
           
 void onNewTradeFacade(ICETradeFacade tradeFacade)
           
 void prepareFrame()
          Method prepareFrame ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICEClient

public ICEClient()
Method Detail

prepareFrame

public void prepareFrame()
Method prepareFrame ...


actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

onChangeSessionState

public void onChangeSessionState(SessionState sessionState)
Specified by:
onChangeSessionState in interface ICEListener

onNewTradeFacade

public void onNewTradeFacade(ICETradeFacade tradeFacade)
Specified by:
onNewTradeFacade in interface ICEListener

onNewLogMessage

public void onNewLogMessage(String fixFieldList)
Specified by:
onNewLogMessage in interface ICEListener

$$$getRootComponent$$$

public JComponent $$$getRootComponent$$$()
Returns:
JComponent


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.