GraticuleChangedListener.java :  » Geo » geohashdroid » net » exclaimindustries » geohashdroid » Android Open Source

Android Open Source » Geo » geohashdroid 
geohashdroid » net » exclaimindustries » geohashdroid » GraticuleChangedListener.java
/**
 * GraticuleChangedListener.java
 * Copyright (C)2009 Nicholas Killewald
 * 
 * This file is distributed under the terms of the BSD license.
 * The source package should have a LICENCE file at the toplevel.
 */
package net.exclaimindustries.geohashdroid;

/**
 * A GraticuleChangedListener listens for a change in Graticules.
 * 
 * @author Nicholas Killewald
 */
public interface GraticuleChangedListener {
    public void graticuleUpdated(Graticule g);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.