com.metsci.glimpse.charts.vector.display.examplesupport
Class UpdatePublisher<V>

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.display.examplesupport.UpdatePublisher<V>

public class UpdatePublisher<V>
extends java.lang.Object

Simple class to manage and publish UpdateListener updates.

Author:
Cunningham

Constructor Summary
UpdatePublisher()
           
 
Method Summary
 void addUpdateListener(UpdateListener<V> listener)
           
 void notifyUpdateOccurred(V v)
           
 void removeUpdateListener(UpdateListener<V> listener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatePublisher

public UpdatePublisher()
Method Detail

notifyUpdateOccurred

public void notifyUpdateOccurred(V v)

addUpdateListener

public void addUpdateListener(UpdateListener<V> listener)

removeUpdateListener

public void removeUpdateListener(UpdateListener<V> listener)


Copyright © 2012 Metron, Inc.. All Rights Reserved.