/documentation/wifilocalizationservice/api/com/whereabout/location/LocationManager.WifiLocationTaggingListener.html
HTML | 213 lines | 166 code | 27 blank | 20 comment | 0 complexity | e8f81ecf127ee3b39997159553a7436c MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<!-- Generated by javadoc (build 1.6.0_18) on Fri Aug 27 17:46:37 PDT 2010 --> 6<TITLE> 7LocationManager.WifiLocationTaggingListener 8</TITLE> 9 10<META NAME="date" CONTENT="2010-08-27"> 11 12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> 13 14<SCRIPT type="text/javascript"> 15function windowTitle() 16{ 17 if (location.href.indexOf('is-external=true') == -1) { 18 parent.document.title="LocationManager.WifiLocationTaggingListener"; 19 } 20} 21</SCRIPT> 22<NOSCRIPT> 23</NOSCRIPT> 24 25</HEAD> 26 27<BODY BGCOLOR="white" onload="windowTitle();"> 28<HR> 29 30 31<!-- ========= START OF TOP NAVBAR ======= --> 32<A NAME="navbar_top"><!-- --></A> 33<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 34<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 35<TR> 36<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 37<A NAME="navbar_top_firstrow"><!-- --></A> 38<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 39 <TR ALIGN="center" VALIGN="top"> 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../com/whereabout/location/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 41 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 46 </TR> 47</TABLE> 48</TD> 49<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 50</EM> 51</TD> 52</TR> 53 54<TR> 55<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 56 <A HREF="../../../com/whereabout/location/LocationManager.WifiLocalizationListener.html" title="interface in com.whereabout.location"><B>PREV CLASS</B></A> 57 <A HREF="../../../com/whereabout/location/LocationManager.WifiStorageException.html" title="class in com.whereabout.location"><B>NEXT CLASS</B></A></FONT></TD> 58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 59 <A HREF="../../../index.html?com/whereabout/location/LocationManager.WifiLocationTaggingListener.html" target="_top"><B>FRAMES</B></A> 60 <A HREF="LocationManager.WifiLocationTaggingListener.html" target="_top"><B>NO FRAMES</B></A> 61 <SCRIPT type="text/javascript"> 62 <!-- 63 if(window==top) { 64 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 65 } 66 //--> 67</SCRIPT> 68<NOSCRIPT> 69 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 70</NOSCRIPT> 71 72 73</FONT></TD> 74</TR> 75<TR> 76<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 77 SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> 78<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 79DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> 80</TR> 81</TABLE> 82<A NAME="skip-navbar_top"></A> 83<!-- ========= END OF TOP NAVBAR ========= --> 84 85<HR> 86<!-- ======== START OF CLASS DATA ======== --> 87<H2> 88<FONT SIZE="-1"> 89com.whereabout.location</FONT> 90<BR> 91Interface LocationManager.WifiLocationTaggingListener</H2> 92<DL> 93<DT><B>Enclosing class:</B><DD><A HREF="../../../com/whereabout/location/LocationManager.html" title="class in com.whereabout.location">LocationManager</A></DD> 94</DL> 95<HR> 96<DL> 97<DT><PRE>public static interface <B>LocationManager.WifiLocationTaggingListener</B></DL> 98</PRE> 99 100<P> 101Implement this listener to receive a callback when save operation is done. 102<P> 103 104<P> 105<HR> 106 107<P> 108 109<!-- ========== METHOD SUMMARY =========== --> 110 111<A NAME="method_summary"><!-- --></A> 112<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 113<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 114<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 115<B>Method Summary</B></FONT></TH> 116</TR> 117<TR BGCOLOR="white" CLASS="TableRowColor"> 118<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 119<CODE> void</CODE></FONT></TD> 120<TD><CODE><B><A HREF="../../../com/whereabout/location/LocationManager.WifiLocationTaggingListener.html#onDoneSave(boolean, java.lang.String)">onDoneSave</A></B>(boolean success, 121 java.lang.String locationName)</CODE> 122 123<BR> 124 This method is called when the save operation is done.</TD> 125</TR> 126</TABLE> 127 128<P> 129 130<!-- ============ METHOD DETAIL ========== --> 131 132<A NAME="method_detail"><!-- --></A> 133<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 134<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 135<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 136<B>Method Detail</B></FONT></TH> 137</TR> 138</TABLE> 139 140<A NAME="onDoneSave(boolean, java.lang.String)"><!-- --></A><H3> 141onDoneSave</H3> 142<PRE> 143void <B>onDoneSave</B>(boolean success, 144 java.lang.String locationName)</PRE> 145<DL> 146<DD>This method is called when the save operation is done. 147<P> 148<DD><DL> 149<DT><B>Parameters:</B><DD><CODE>success</CODE> - true if data was saved successfully, false otherwise.<DD><CODE>locationName</CODE> - the location name by which the data was saved.</DL> 150</DD> 151</DL> 152<!-- ========= END OF CLASS DATA ========= --> 153<HR> 154 155 156<!-- ======= START OF BOTTOM NAVBAR ====== --> 157<A NAME="navbar_bottom"><!-- --></A> 158<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 159<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 160<TR> 161<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 162<A NAME="navbar_bottom_firstrow"><!-- --></A> 163<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 164 <TR ALIGN="center" VALIGN="top"> 165 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../com/whereabout/location/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 166 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 168 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 171 </TR> 172</TABLE> 173</TD> 174<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 175</EM> 176</TD> 177</TR> 178 179<TR> 180<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 181 <A HREF="../../../com/whereabout/location/LocationManager.WifiLocalizationListener.html" title="interface in com.whereabout.location"><B>PREV CLASS</B></A> 182 <A HREF="../../../com/whereabout/location/LocationManager.WifiStorageException.html" title="class in com.whereabout.location"><B>NEXT CLASS</B></A></FONT></TD> 183<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 184 <A HREF="../../../index.html?com/whereabout/location/LocationManager.WifiLocationTaggingListener.html" target="_top"><B>FRAMES</B></A> 185 <A HREF="LocationManager.WifiLocationTaggingListener.html" target="_top"><B>NO FRAMES</B></A> 186 <SCRIPT type="text/javascript"> 187 <!-- 188 if(window==top) { 189 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); 190 } 191 //--> 192</SCRIPT> 193<NOSCRIPT> 194 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> 195</NOSCRIPT> 196 197 198</FONT></TD> 199</TR> 200<TR> 201<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 202 SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> 203<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 204DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> 205</TR> 206</TABLE> 207<A NAME="skip-navbar_bottom"></A> 208<!-- ======== END OF BOTTOM NAVBAR ======= --> 209 210<HR> 211 212</BODY> 213</HTML>