edu.harvard.syrah.pyxida.nc.lib
Interface ApplicationObserver


public interface ApplicationObserver

An observer to be notified when the application coordinates change.


Method Summary
 void coordinatesUpdated(Coordinate new_coords)
          This method is invoked when the application-level coordinates are updated.
 

Method Detail

coordinatesUpdated

void coordinatesUpdated(Coordinate new_coords)
This method is invoked when the application-level coordinates are updated.

Parameters:
new_coords - the new application-level coordinates