org.chorem.lima.ui.vatchart
Class VatChartViewHandler

java.lang.Object
  extended by org.chorem.lima.ui.vatchart.VatChartViewHandler
All Implemented Interfaces:
ServiceListener

public class VatChartViewHandler
extends Object
implements ServiceListener


Field Summary
protected  VatStatementServiceMonitorable vatStatementService
           
protected  VatChartView view
           
 
Constructor Summary
protected VatChartViewHandler(VatChartView view)
           
 
Method Summary
 void addVatStatementMovement()
           
 void importVatStatementChart()
           
 void notifyMethod(String serviceName, String methodeName)
           
 void refresh()
           
 void removeVatStatement()
          Ask for user to remove for selected account, and remove it if confirmed.
 void updateVatStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vatStatementService

protected VatStatementServiceMonitorable vatStatementService

view

protected VatChartView view
Constructor Detail

VatChartViewHandler

protected VatChartViewHandler(VatChartView view)
Method Detail

addVatStatementMovement

public void addVatStatementMovement()

updateVatStatement

public void updateVatStatement()

importVatStatementChart

public void importVatStatementChart()

removeVatStatement

public void removeVatStatement()
Ask for user to remove for selected account, and remove it if confirmed.


refresh

public void refresh()

notifyMethod

public void notifyMethod(String serviceName,
                         String methodeName)
Specified by:
notifyMethod in interface ServiceListener


Copyright © 2008-2011 CodeLutin. All Rights Reserved.