org.drools.examples.broker.ui
Class BrokerWindow

java.lang.Object
  extended by org.drools.examples.broker.ui.BrokerWindow

public class BrokerWindow
extends Object

Main window implementation for the Broker example


Constructor Summary
BrokerWindow(Collection<Company> companies)
           
 
Method Summary
 void log(String message)
           
 void show()
           
 void updateCompany(String symbol)
           
 void updateTick(StockTick tick)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerWindow

public BrokerWindow(Collection<Company> companies)
Method Detail

show

public void show()

updateCompany

public void updateCompany(String symbol)

log

public void log(String message)

updateTick

public void updateTick(StockTick tick)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.