/doc/org/mt4j/input/IMTEventListener.html

http://mt4j.googlecode.com/ · HTML · 220 lines · 173 code · 27 blank · 20 comment · 0 complexity · 6beab18851ff06283c36da7175453b80 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_20) on Thu Aug 12 23:36:16 CEST 2010 -->
  6. <TITLE>
  7. IMTEventListener
  8. </TITLE>
  9. <META NAME="date" CONTENT="2010-08-12">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="IMTEventListener";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IMTEventListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  41. </TR>
  42. </TABLE>
  43. </TD>
  44. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  45. </EM>
  46. </TD>
  47. </TR>
  48. <TR>
  49. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  50. &nbsp;<A HREF="../../../org/mt4j/input/IHitTestInfoProvider.html" title="interface in org.mt4j.input"><B>PREV CLASS</B></A>&nbsp;
  51. &nbsp;<A HREF="../../../org/mt4j/input/IMTInputEventListener.html" title="interface in org.mt4j.input"><B>NEXT CLASS</B></A></FONT></TD>
  52. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  53. <A HREF="../../../index.html?org/mt4j/input/IMTEventListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  54. &nbsp;<A HREF="IMTEventListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  55. &nbsp;<SCRIPT type="text/javascript">
  56. <!--
  57. if(window==top) {
  58. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  59. }
  60. //-->
  61. </SCRIPT>
  62. <NOSCRIPT>
  63. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  64. </NOSCRIPT>
  65. </FONT></TD>
  66. </TR>
  67. <TR>
  68. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  69. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  70. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  71. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  72. </TR>
  73. </TABLE>
  74. <A NAME="skip-navbar_top"></A>
  75. <!-- ========= END OF TOP NAVBAR ========= -->
  76. <HR>
  77. <!-- ======== START OF CLASS DATA ======== -->
  78. <H2>
  79. <FONT SIZE="-1">
  80. org.mt4j.input</FONT>
  81. <BR>
  82. Interface IMTEventListener</H2>
  83. <HR>
  84. <DL>
  85. <DT><PRE>public interface <B>IMTEventListener</B></DL>
  86. </PRE>
  87. <P>
  88. The listener interface for receiving IMTEvent events.
  89. The class that is interested in processing a IMTEvent
  90. event implements this interface, and the object created
  91. with that class is registered with a component using the
  92. component's <code>addIMTEventListener<code> method. When
  93. the IMTEvent event occurs, that object's appropriate
  94. method is invoked.
  95. <P>
  96. <P>
  97. <DL>
  98. <DT><B>See Also:</B><DD><A HREF="../../../org/mt4j/input/MTEvent.html" title="class in org.mt4j.input"><CODE>MTEvent</CODE></A></DL>
  99. <HR>
  100. <P>
  101. <!-- ========== METHOD SUMMARY =========== -->
  102. <A NAME="method_summary"><!-- --></A>
  103. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  104. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  105. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  106. <B>Method Summary</B></FONT></TH>
  107. </TR>
  108. <TR BGCOLOR="white" CLASS="TableRowColor">
  109. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  110. <CODE>&nbsp;void</CODE></FONT></TD>
  111. <TD><CODE><B><A HREF="../../../org/mt4j/input/IMTEventListener.html#processMTEvent(org.mt4j.input.MTEvent)">processMTEvent</A></B>(<A HREF="../../../org/mt4j/input/MTEvent.html" title="class in org.mt4j.input">MTEvent</A>&nbsp;mtEvent)</CODE>
  112. <BR>
  113. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process mt event.</TD>
  114. </TR>
  115. </TABLE>
  116. &nbsp;
  117. <P>
  118. <!-- ============ METHOD DETAIL ========== -->
  119. <A NAME="method_detail"><!-- --></A>
  120. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  121. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  122. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  123. <B>Method Detail</B></FONT></TH>
  124. </TR>
  125. </TABLE>
  126. <A NAME="processMTEvent(org.mt4j.input.MTEvent)"><!-- --></A><H3>
  127. processMTEvent</H3>
  128. <PRE>
  129. void <B>processMTEvent</B>(<A HREF="../../../org/mt4j/input/MTEvent.html" title="class in org.mt4j.input">MTEvent</A>&nbsp;mtEvent)</PRE>
  130. <DL>
  131. <DD>Process mt event.
  132. <P>
  133. <DD><DL>
  134. <DT><B>Parameters:</B><DD><CODE>mtEvent</CODE> - the mt event</DL>
  135. </DD>
  136. </DL>
  137. <!-- ========= END OF CLASS DATA ========= -->
  138. <HR>
  139. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  140. <A NAME="navbar_bottom"><!-- --></A>
  141. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  142. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  143. <TR>
  144. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  145. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  146. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  147. <TR ALIGN="center" VALIGN="top">
  148. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  149. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  150. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  151. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IMTEventListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  152. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  153. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  154. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  155. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  156. </TR>
  157. </TABLE>
  158. </TD>
  159. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  160. </EM>
  161. </TD>
  162. </TR>
  163. <TR>
  164. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  165. &nbsp;<A HREF="../../../org/mt4j/input/IHitTestInfoProvider.html" title="interface in org.mt4j.input"><B>PREV CLASS</B></A>&nbsp;
  166. &nbsp;<A HREF="../../../org/mt4j/input/IMTInputEventListener.html" title="interface in org.mt4j.input"><B>NEXT CLASS</B></A></FONT></TD>
  167. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  168. <A HREF="../../../index.html?org/mt4j/input/IMTEventListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  169. &nbsp;<A HREF="IMTEventListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  170. &nbsp;<SCRIPT type="text/javascript">
  171. <!--
  172. if(window==top) {
  173. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  174. }
  175. //-->
  176. </SCRIPT>
  177. <NOSCRIPT>
  178. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  179. </NOSCRIPT>
  180. </FONT></TD>
  181. </TR>
  182. <TR>
  183. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  184. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  185. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  186. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  187. </TR>
  188. </TABLE>
  189. <A NAME="skip-navbar_bottom"></A>
  190. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  191. <HR>
  192. </BODY>
  193. </HTML>