/[zanavi_public1]/navit/navit/android/src/com/retain/dialog/RenameHandlerInterface.java
ZANavi

Contents of /navit/navit/android/src/com/retain/dialog/RenameHandlerInterface.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations) (download)
Sun Jun 17 08:12:47 2012 UTC (11 years, 9 months ago) by zoff99
File size: 1079 byte(s)
lots of new stuff and fixes
1 /**
2 * from:
3 * http://code.google.com/p/retain-android/
4 *
5 * http://www.apache.org/licenses/LICENSE-2.0
6 *
7 */
8
9 /**
10 * ZANavi, Zoff Android Navigation system.
11 * Copyright (C) 2011 Zoff <zoff@zoff.cc>
12 *
13 * This program is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU General Public License
15 * version 2 as published by the Free Software Foundation.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the
24 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 * Boston, MA 02110-1301, USA.
26 */
27
28 package com.retain.dialog;
29
30 public class RenameHandlerInterface
31 {
32 public static interface OnRenameItemListener
33 {
34 public abstract void onRenameItem(String title);
35 }
36
37 }

   
Visit the ZANavi Wiki