deprecated-list.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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.4.2) on Mon Dec 14 20:07:23 GMT 2009 -->
  6. <TITLE>
  7. Deprecated List (PircBot 1.5.0 - Java IRC API Bot Framework)
  8. </TITLE>
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="pircbot-style.css" TITLE="Style">
  10. <SCRIPT type="text/javascript">
  11. function windowTitle()
  12. {
  13. parent.document.title="Deprecated List (PircBot 1.5.0 - Java IRC API Bot Framework)";
  14. }
  15. </SCRIPT>
  16. </HEAD>
  17. <BODY BGCOLOR="white" onload="windowTitle();">
  18. <!-- ========= START OF TOP NAVBAR ======= -->
  19. <A NAME="navbar_top"><!-- --></A>
  20. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  21. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  22. <TR>
  23. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  24. <A NAME="navbar_top_firstrow"><!-- --></A>
  25. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  26. <TR ALIGN="center" VALIGN="top">
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/jibble/pircbot/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
  32. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  34. </TR>
  35. </TABLE>
  36. </TD>
  37. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  38. <b>PircBot Java IRC Bot</b></EM>
  39. </TD>
  40. </TR>
  41. <TR>
  42. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  43. &nbsp;PREV&nbsp;
  44. &nbsp;NEXT</FONT></TD>
  45. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  46. <A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  47. &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  48. &nbsp;<SCRIPT type="text/javascript">
  49. <!--
  50. if(window==top) {
  51. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  52. }
  53. //-->
  54. </SCRIPT>
  55. <NOSCRIPT>
  56. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  57. </NOSCRIPT>
  58. </FONT></TD>
  59. </TR>
  60. </TABLE>
  61. <A NAME="skip-navbar_top"></A>
  62. <!-- ========= END OF TOP NAVBAR ========= -->
  63. <HR>
  64. <CENTER>
  65. <H2>
  66. <B>Deprecated API</B></H2>
  67. </CENTER>
  68. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  69. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  70. <TD COLSPAN=2><FONT SIZE="+2">
  71. <B>Deprecated Methods</B></FONT></TD>
  72. </TR>
  73. <TR BGCOLOR="white" CLASS="TableRowColor">
  74. <TD><A HREF="org/jibble/pircbot/PircBot.html#dccAcceptChatRequest(java.lang.String, long, int)">org.jibble.pircbot.PircBot.dccAcceptChatRequest(String, long, int)</A>
  75. <BR>
  76. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of PircBot 1.2.0, use <A HREF="org/jibble/pircbot/PircBot.html#onIncomingChatRequest(org.jibble.pircbot.DccChat)"><CODE>PircBot.onIncomingChatRequest(DccChat)</CODE></A></I>&nbsp;</TD>
  77. </TR>
  78. <TR BGCOLOR="white" CLASS="TableRowColor">
  79. <TD><A HREF="org/jibble/pircbot/PircBot.html#dccReceiveFile(java.io.File, long, int, int)">org.jibble.pircbot.PircBot.dccReceiveFile(File, long, int, int)</A>
  80. <BR>
  81. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of PircBot 1.2.0, use <A HREF="org/jibble/pircbot/PircBot.html#onIncomingFileTransfer(org.jibble.pircbot.DccFileTransfer)"><CODE>PircBot.onIncomingFileTransfer(DccFileTransfer)</CODE></A></I>&nbsp;</TD>
  82. </TR>
  83. <TR BGCOLOR="white" CLASS="TableRowColor">
  84. <TD><A HREF="org/jibble/pircbot/PircBot.html#onDccChatRequest(java.lang.String, java.lang.String, java.lang.String, long, int)">org.jibble.pircbot.PircBot.onDccChatRequest(String, String, String, long, int)</A>
  85. <BR>
  86. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of PircBot 1.2.0, use <A HREF="org/jibble/pircbot/PircBot.html#onIncomingChatRequest(org.jibble.pircbot.DccChat)"><CODE>PircBot.onIncomingChatRequest(DccChat)</CODE></A></I>&nbsp;</TD>
  87. </TR>
  88. <TR BGCOLOR="white" CLASS="TableRowColor">
  89. <TD><A HREF="org/jibble/pircbot/PircBot.html#onDccSendRequest(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, int, int)">org.jibble.pircbot.PircBot.onDccSendRequest(String, String, String, String, long, int, int)</A>
  90. <BR>
  91. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of PircBot 1.2.0, use <A HREF="org/jibble/pircbot/PircBot.html#onIncomingFileTransfer(org.jibble.pircbot.DccFileTransfer)"><CODE>PircBot.onIncomingFileTransfer(DccFileTransfer)</CODE></A></I>&nbsp;</TD>
  92. </TR>
  93. <TR BGCOLOR="white" CLASS="TableRowColor">
  94. <TD><A HREF="org/jibble/pircbot/PircBot.html#onTopic(java.lang.String, java.lang.String)">org.jibble.pircbot.PircBot.onTopic(String, String)</A>
  95. <BR>
  96. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>As of 1.2.0, replaced by <A HREF="org/jibble/pircbot/PircBot.html#onTopic(java.lang.String, java.lang.String, java.lang.String, long, boolean)"><CODE>PircBot.onTopic(String,String,String,long,boolean)</CODE></A></I>&nbsp;</TD>
  97. </TR>
  98. </TABLE>
  99. &nbsp;
  100. <P>
  101. <HR>
  102. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  103. <A NAME="navbar_bottom"><!-- --></A>
  104. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  105. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  106. <TR>
  107. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  108. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  109. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  110. <TR ALIGN="center" VALIGN="top">
  111. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  112. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  113. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  114. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/jibble/pircbot/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  115. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
  116. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  117. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  118. </TR>
  119. </TABLE>
  120. </TD>
  121. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  122. <b>PircBot Java IRC Bot</b></EM>
  123. </TD>
  124. </TR>
  125. <TR>
  126. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  127. &nbsp;PREV&nbsp;
  128. &nbsp;NEXT</FONT></TD>
  129. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  130. <A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  131. &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  132. &nbsp;<SCRIPT type="text/javascript">
  133. <!--
  134. if(window==top) {
  135. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  136. }
  137. //-->
  138. </SCRIPT>
  139. <NOSCRIPT>
  140. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  141. </NOSCRIPT>
  142. </FONT></TD>
  143. </TR>
  144. </TABLE>
  145. <A NAME="skip-navbar_bottom"></A>
  146. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  147. <HR>
  148. </BODY>
  149. </HTML>