The Artima Developer Community
Sponsored Link

Java Answers Forum
why "expect >"?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
luoxuanhua

Posts: 1
Nickname: luoxuanhua
Registered: Aug, 2003

why "expect >"? Posted: Aug 16, 2003 4:28 AM
Reply to this message Reply
Advertisement
why "expect >"


public boolean handleEvent(Event e)
{
if(e.ld==Event.MOUSE_DOWN)

card.next(this);

return true;
}

Topic: How to make non-blocking soap.rpc.call in Java? Previous Topic   Next Topic Topic: help please! coding problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use