Java Doc for Event.java in  » Ajax » dwr » jsx3 » gui » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » dwr » jsx3.gui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.directwebremoting.proxy.io.Context
      jsx3.lang.Object
         jsx3.gui.Event

Event
public class Event extends jsx3.lang.Object (Code)
Native browser event wrapper.
author:
   Joe Walker [joe at getahead dot org]
author:
   DRAPGEN - Dwr Reverse Ajax Proxy GENerator


Field Summary
final public static  StringBEFOREUNLOAD
     The browser native event type beforeunload.
final public static  StringBLUR
     The browser native event type blur.
final public static  StringCHANGE
     The browser native event type change.
final public static  StringCLICK
     The browser native event type click.
final public static  StringDOUBLECLICK
     The browser native event type dblclick.
final public static  StringERROR
     The browser native event type error.
final public static  StringFOCUS
     The browser native event type focus.
final public static  StringKEYDOWN
     The browser native event type keydown.
final public static  StringKEYPRESS
     The browser native event type keypress.
final public static  StringKEYUP
     The browser native event type keyup.
final public static  intKEY_0
     The browser native key code for the 0 key.
final public static  intKEY_9
     The browser native key code for the 9 key.
final public static  intKEY_A
     The browser native key code for the A key.
final public static  intKEY_ALT
     The browser native key code for the Alt key.
final public static  intKEY_ARROW_DOWN
     The browser native key code for the down arrow key.
final public static  intKEY_ARROW_LEFT
     The browser native key code for the left arrow key.
final public static  intKEY_ARROW_RIGHT
     The browser native key code for the right arrow key.
final public static  intKEY_ARROW_UP
     The browser native key code for the up arrow key.
final public static  intKEY_BACKSPACE
     The browser native key code for the Backspace key.
final public static  intKEY_CONTROL
     The browser native key code for the Ctrl key.
final public static  intKEY_DELETE
     The browser native key code for the Delete key.
final public static  intKEY_END
     The browser native key code for the End key.
final public static  intKEY_ENTER
     The browser native key code for the Enter key.
final public static  intKEY_ESCAPE
     The browser native key code for the Esc key.
final public static  intKEY_F1
     The browser native key code for the F1 key.
final public static  intKEY_F15
     The browser native key code for the F15 key.
final public static  intKEY_HOME
     The browser native key code for the Home key.
final public static  intKEY_INSERT
     The browser native key code for the Insert key.
final public static  intKEY_META
     The browser native key code for the Meta key.
final public static  intKEY_NP0
     The browser native key code for the number pad 0 key.
final public static  intKEY_NP9
     The browser native key code for the number pad 9 key.
final public static  intKEY_NPADD
     The browser native key code for the number pad addition (+) key.
final public static  intKEY_NPDEC
     The browser native key code for the number pad decimal (.) key.
final public static  intKEY_NPDIV
     The browser native key code for the number pad division (/) key.
final public static  intKEY_NPMUL
     The browser native key code for the number pad multiply (*) key.
final public static  intKEY_NPSUB
     The browser native key code for the number pad subtract (-) key.
final public static  intKEY_PAGE_DOWN
     The browser native key code for the Page Down key.
final public static  intKEY_PAGE_UP
     The browser native key code for the Page Up key.
final public static  intKEY_SHIFT
     The browser native key code for the Shift key.
final public static  intKEY_SPACE
     The browser native key code for the space bar key.
final public static  intKEY_TAB
     The browser native key code for the Tab key.
final public static  intKEY_Z
     The browser native key code for the Z key.
final public static  StringLOAD
     The browser native event type load.
final public static  StringMOUSEDOWN
     The browser native event type mousedown.
final public static  StringMOUSEMOVE
     The browser native event type mousemove.
final public static  StringMOUSEOUT
     The browser native event type mouseout.
final public static  StringMOUSEOVER
     The browser native event type mouseover.
final public static  StringMOUSEUP
     The browser native event type mouseup.
final public static  StringMOUSEWHEEL
     The browser native event type mousewheel.
final public static  StringRESIZE
     The browser native event type resize.
final public static  StringUNLOAD
     The browser native event type unload.

Constructor Summary
public  Event(Context context, String extension, ScriptProxy scriptProxy)
    

Method Summary
public  voidaltKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the alt key was pressed.
public  voidbackspaceKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the backspace key was pressed.
public  voidbutton(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns integer designating the mouse button clicked/moused-down/moused-up; 1 (left), 2 (right), and as supported.
public  voidcancelBubble()
     Cancels event bubbling for the event.
public  voidcancelKey()
     Cancels the key from firing by setting the keyCode to 0 (zero) for the event.
public  voidcancelReturn()
     Cancels the return value for the event.
public  voidclientX(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns the clientX property for the event (where it occurred on-screen).
public  voidclientY(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns the clientY property for the event (where it occurred on-screen).
public  voidctrlKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true the ctrl key was pressed.
public  voiddeleteKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the delete key was pressed.
public  voiddownArrow(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the down-arrow key was pressed.
public  voidendKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the end key was pressed.
public  voidenterKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the enter key was pressed.
public  voidescapeKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the escape key was pressed.
public  voidfromElement(org.directwebremoting.proxy.Callback<String> callback)
     Returns handle to the HTML element that was moused away from (onmouseout).
public  voidgetTrueX(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns the actual position in the browser from the left edge for where the event occurred.
public  voidgetTrueY(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns the actual position in the browser from the top edge for where the event occurred.
public  voidgetType(org.directwebremoting.proxy.Callback<String> callback)
     Returns the type of event, e.g.
public  voidhomeKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the home key was pressed.
public  voidinsertKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the insert key was pressed.
public  voidisArrowKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Whether one of the four arrow keys was pressed.
public  voidisFunctionKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Whether one of the 15 function keys was pressed.
public  voidkeyCode(org.directwebremoting.proxy.Callback<Integer> callback)
     Returns integer representing the key code of the key just pressed/keyed-down.
public  voidleftArrow(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the left-arrow key was pressed.
public  voidleftButton(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the left-mouse-button was clicked.
public  voidpageDownKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the page-down key was pressed.
public  voidpageUpKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the page-up key was pressed.
public  voidrightArrow(org.directwebremoting.proxy.Callback<Boolean> callback)
    
public  voidrightButton(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the right-mouse-button was clicked.
public  voidsetReturn(String strReturn)
     Sets the the return value for the event.
public  voidshiftKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the shift key was pressed.
public  voidspaceKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the space bar was pressed.
public  voidsrcElement(org.directwebremoting.proxy.Callback<String> callback)
     Returns handle to the HTML element acted upon (click, mousedown, etc).
public  voidsubscribe(String strEventId, java.lang.Object objHandler, java.lang.Object objFunction)
     Subscribes an event handler to events of type strEventId that bubble all the way up to the browser window.
Parameters:
  strEventId - the event type, e.g.
public  voidtabKey(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the tab key was pressed.
public  voidtoElement(org.directwebremoting.proxy.Callback<String> callback)
     Returns handle to the HTML element that was moused over (onmouseover).
public  voidunsubscribe(String strEventId, java.lang.Object objHandler)
     Unsubscribes an event handler from events of type strEventId that bubble all the way up to the browser window.
Parameters:
  strEventId - the event type, e.g.
public  voidunsubscribeAll(String strEventId)
     Unsubscribes all event handlers from a events of type strEventId that bubble all the way up to the browser window.
Parameters:
  strEventId - the event type, e.g.
public  voidupArrow(org.directwebremoting.proxy.Callback<Boolean> callback)
     Returns true if the up-arrow key was pressed.

Field Detail
BEFOREUNLOAD
final public static String BEFOREUNLOAD(Code)
The browser native event type beforeunload.



BLUR
final public static String BLUR(Code)
The browser native event type blur.



CHANGE
final public static String CHANGE(Code)
The browser native event type change.



CLICK
final public static String CLICK(Code)
The browser native event type click.



DOUBLECLICK
final public static String DOUBLECLICK(Code)
The browser native event type dblclick.



ERROR
final public static String ERROR(Code)
The browser native event type error.



FOCUS
final public static String FOCUS(Code)
The browser native event type focus.



KEYDOWN
final public static String KEYDOWN(Code)
The browser native event type keydown.



KEYPRESS
final public static String KEYPRESS(Code)
The browser native event type keypress.



KEYUP
final public static String KEYUP(Code)
The browser native event type keyup.



KEY_0
final public static int KEY_0(Code)
The browser native key code for the 0 key.



KEY_9
final public static int KEY_9(Code)
The browser native key code for the 9 key.



KEY_A
final public static int KEY_A(Code)
The browser native key code for the A key.



KEY_ALT
final public static int KEY_ALT(Code)
The browser native key code for the Alt key.



KEY_ARROW_DOWN
final public static int KEY_ARROW_DOWN(Code)
The browser native key code for the down arrow key.



KEY_ARROW_LEFT
final public static int KEY_ARROW_LEFT(Code)
The browser native key code for the left arrow key.



KEY_ARROW_RIGHT
final public static int KEY_ARROW_RIGHT(Code)
The browser native key code for the right arrow key.



KEY_ARROW_UP
final public static int KEY_ARROW_UP(Code)
The browser native key code for the up arrow key.



KEY_BACKSPACE
final public static int KEY_BACKSPACE(Code)
The browser native key code for the Backspace key.



KEY_CONTROL
final public static int KEY_CONTROL(Code)
The browser native key code for the Ctrl key.



KEY_DELETE
final public static int KEY_DELETE(Code)
The browser native key code for the Delete key.



KEY_END
final public static int KEY_END(Code)
The browser native key code for the End key.



KEY_ENTER
final public static int KEY_ENTER(Code)
The browser native key code for the Enter key.



KEY_ESCAPE
final public static int KEY_ESCAPE(Code)
The browser native key code for the Esc key.



KEY_F1
final public static int KEY_F1(Code)
The browser native key code for the F1 key.



KEY_F15
final public static int KEY_F15(Code)
The browser native key code for the F15 key.



KEY_HOME
final public static int KEY_HOME(Code)
The browser native key code for the Home key.



KEY_INSERT
final public static int KEY_INSERT(Code)
The browser native key code for the Insert key.



KEY_META
final public static int KEY_META(Code)
The browser native key code for the Meta key.



KEY_NP0
final public static int KEY_NP0(Code)
The browser native key code for the number pad 0 key.



KEY_NP9
final public static int KEY_NP9(Code)
The browser native key code for the number pad 9 key.



KEY_NPADD
final public static int KEY_NPADD(Code)
The browser native key code for the number pad addition (+) key.



KEY_NPDEC
final public static int KEY_NPDEC(Code)
The browser native key code for the number pad decimal (.) key.



KEY_NPDIV
final public static int KEY_NPDIV(Code)
The browser native key code for the number pad division (/) key.



KEY_NPMUL
final public static int KEY_NPMUL(Code)
The browser native key code for the number pad multiply (*) key.



KEY_NPSUB
final public static int KEY_NPSUB(Code)
The browser native key code for the number pad subtract (-) key.



KEY_PAGE_DOWN
final public static int KEY_PAGE_DOWN(Code)
The browser native key code for the Page Down key.



KEY_PAGE_UP
final public static int KEY_PAGE_UP(Code)
The browser native key code for the Page Up key.



KEY_SHIFT
final public static int KEY_SHIFT(Code)
The browser native key code for the Shift key.



KEY_SPACE
final public static int KEY_SPACE(Code)
The browser native key code for the space bar key.



KEY_TAB
final public static int KEY_TAB(Code)
The browser native key code for the Tab key.



KEY_Z
final public static int KEY_Z(Code)
The browser native key code for the Z key.



LOAD
final public static String LOAD(Code)
The browser native event type load.



MOUSEDOWN
final public static String MOUSEDOWN(Code)
The browser native event type mousedown.



MOUSEMOVE
final public static String MOUSEMOVE(Code)
The browser native event type mousemove.



MOUSEOUT
final public static String MOUSEOUT(Code)
The browser native event type mouseout.



MOUSEOVER
final public static String MOUSEOVER(Code)
The browser native event type mouseover.



MOUSEUP
final public static String MOUSEUP(Code)
The browser native event type mouseup.



MOUSEWHEEL
final public static String MOUSEWHEEL(Code)
The browser native event type mousewheel.



RESIZE
final public static String RESIZE(Code)
The browser native event type resize.



UNLOAD
final public static String UNLOAD(Code)
The browser native event type unload.




Constructor Detail
Event
public Event(Context context, String extension, ScriptProxy scriptProxy)(Code)
All reverse ajax proxies need context to work from
Parameters:
  scriptProxy - The place we are writing scripts to
Parameters:
  context - The script that got us to where we are now




Method Detail
altKey
public void altKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the alt key was pressed.



backspaceKey
public void backspaceKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the backspace key was pressed.



button
public void button(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns integer designating the mouse button clicked/moused-down/moused-up; 1 (left), 2 (right), and as supported.



cancelBubble
public void cancelBubble()(Code)
Cancels event bubbling for the event.



cancelKey
public void cancelKey()(Code)
Cancels the key from firing by setting the keyCode to 0 (zero) for the event.



cancelReturn
public void cancelReturn()(Code)
Cancels the return value for the event.



clientX
public void clientX(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns the clientX property for the event (where it occurred on-screen).
Parameters:
  callback - pixel position



clientY
public void clientY(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns the clientY property for the event (where it occurred on-screen).
Parameters:
  callback - pixel position



ctrlKey
public void ctrlKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true the ctrl key was pressed.



deleteKey
public void deleteKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the delete key was pressed.



downArrow
public void downArrow(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the down-arrow key was pressed.



endKey
public void endKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the end key was pressed.



enterKey
public void enterKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the enter key was pressed.



escapeKey
public void escapeKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the escape key was pressed.



fromElement
public void fromElement(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns handle to the HTML element that was moused away from (onmouseout).
Parameters:
  callback - HTML object



getTrueX
public void getTrueX(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns the actual position in the browser from the left edge for where the event occurred.
Parameters:
  callback - pixel position



getTrueY
public void getTrueY(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns the actual position in the browser from the top edge for where the event occurred.
Parameters:
  callback - pixel position



getType
public void getType(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns the type of event, e.g. mousedown, click, etc.
Parameters:
  callback - event type



homeKey
public void homeKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the home key was pressed.



insertKey
public void insertKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the insert key was pressed.



isArrowKey
public void isArrowKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Whether one of the four arrow keys was pressed.



isFunctionKey
public void isFunctionKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Whether one of the 15 function keys was pressed.



keyCode
public void keyCode(org.directwebremoting.proxy.Callback<Integer> callback)(Code)
Returns integer representing the key code of the key just pressed/keyed-down.
Parameters:
  callback - keycode



leftArrow
public void leftArrow(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the left-arrow key was pressed.



leftButton
public void leftButton(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the left-mouse-button was clicked.



pageDownKey
public void pageDownKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the page-down key was pressed.



pageUpKey
public void pageUpKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the page-up key was pressed.



rightArrow
public void rightArrow(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the right-arrow key was pressed



rightButton
public void rightButton(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the right-mouse-button was clicked.



setReturn
public void setReturn(String strReturn)(Code)
Sets the the return value for the event.
Parameters:
  strReturn - string message to set on the returnValue for the event



shiftKey
public void shiftKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the shift key was pressed.



spaceKey
public void spaceKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the space bar was pressed.



srcElement
public void srcElement(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns handle to the HTML element acted upon (click, mousedown, etc).
Parameters:
  callback - HTML object



subscribe
public void subscribe(String strEventId, java.lang.Object objHandler, java.lang.Object objFunction)(Code)
Subscribes an event handler to events of type strEventId that bubble all the way up to the browser window.
Parameters:
  strEventId - the event type, e.g. jsx3.gui.Event.CLICK.
Parameters:
  objHandler -
Parameters:
  objFunction -



tabKey
public void tabKey(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the tab key was pressed.



toElement
public void toElement(org.directwebremoting.proxy.Callback<String> callback)(Code)
Returns handle to the HTML element that was moused over (onmouseover).
Parameters:
  callback - HTML object



unsubscribe
public void unsubscribe(String strEventId, java.lang.Object objHandler)(Code)
Unsubscribes an event handler from events of type strEventId that bubble all the way up to the browser window.
Parameters:
  strEventId - the event type, e.g. jsx3.gui.Event.CLICK.
Parameters:
  objHandler -



unsubscribeAll
public void unsubscribeAll(String strEventId)(Code)
Unsubscribes all event handlers from a events of type strEventId that bubble all the way up to the browser window.
Parameters:
  strEventId - the event type, e.g. jsx3.gui.Event.CLICK.



upArrow
public void upArrow(org.directwebremoting.proxy.Callback<Boolean> callback)(Code)
Returns true if the up-arrow key was pressed.



Methods inherited from jsx3.lang.Object
public void ignoreReturn()(Code)(Java Doc)

Methods inherited from org.directwebremoting.proxy.io.Context
protected String getContextPath()(Code)(Java Doc)
protected ScriptBuffer getInitScript()(Code)(Java Doc)
protected ScriptProxy getScriptProxy()(Code)(Java Doc)
protected void setInitScript(ScriptBuffer initScript)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.