cn.limc.androidcharts.event
Class MAChartTouchEventAssemble

java.lang.Object
  extended by cn.limc.androidcharts.event.MAChartTouchEventAssemble
All Implemented Interfaces:
ITouchEventResponse

public class MAChartTouchEventAssemble
extends java.lang.Object
implements ITouchEventResponse


Constructor Summary
MAChartTouchEventAssemble()
           
 
Method Summary
 android.widget.ListView getListview()
           
 void notifyEvent(GridChart chart)
          Response Notify
 void setListview(android.widget.ListView listview)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAChartTouchEventAssemble

public MAChartTouchEventAssemble()
Method Detail

notifyEvent

public void notifyEvent(GridChart chart)
Description copied from interface: ITouchEventResponse

Response Notify

レスポンスをする

响应通知

Specified by:
notifyEvent in interface ITouchEventResponse
Parameters:
chart -

source chart

ソースチャート

源头对象


getListview

public android.widget.ListView getListview()

setListview

public void setListview(android.widget.ListView listview)