|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChatThread
Represents common IChat thread type.
Method Summary | |
---|---|
java.lang.Thread |
getThread()
Returns the thread instance. |
void |
join()
Joins the component's thread. |
void |
join(long millis)
Waits at most millis milliseconds for this thread to die. |
void |
join(long millis,
int nanos)
Waits at most millis milliseconds plus nanos
nanoseconds for this thread to die. |
Methods inherited from interface com.web_visage.ichat.Controllable |
---|
start, stop |
Method Detail |
---|
java.lang.Thread getThread()
void join() throws java.lang.InterruptedException
java.lang.InterruptedException
void join(long millis) throws java.lang.InterruptedException
millis
milliseconds for this thread to die.
A timeout of 0
means to wait forever.
millis
-
java.lang.InterruptedException
void join(long millis, int nanos) throws java.lang.InterruptedException
millis
milliseconds plus nanos
nanoseconds for this thread to die.
millis
- nanos
-
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |