lt.monarch.data.binding
Class LiveDataSource

java.lang.Object
  extended by lt.monarch.data.binding.DataSource
      extended by lt.monarch.data.binding.LiveDataSource
Direct Known Subclasses:
ClipBoardDataSource

public abstract class LiveDataSource
extends DataSource


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.data.binding.DataSource
order
 
Constructor Summary
Constructor and Description
LiveDataSource()
           
 
Method Summary
Modifier and Type Method and Description
abstract  void addChangeListener()
           
abstract  void removeChangeListener()
           
 
Methods inherited from class lt.monarch.data.binding.DataSource
generateColumnTypesFromMappings, getOrder, setOrder, updateDataModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveDataSource

public LiveDataSource()
Method Detail

addChangeListener

public abstract void addChangeListener()

removeChangeListener

public abstract void removeChangeListener()