Click here to Skip to main content
15,905,558 members
Home / Discussions / Java
   

Java

 
QuestionThreads for Beginners Pin
DRAYKKO77712-Jan-12 10:26
DRAYKKO77712-Jan-12 10:26 
AnswerRe: Threads for Beginners Pin
Luc Pattyn12-Jan-12 11:21
sitebuilderLuc Pattyn12-Jan-12 11:21 
QuestionDo event when variable is modified Pin
antonio34311-Jan-12 12:14
antonio34311-Jan-12 12:14 
AnswerRe: Do event when variable is modified Pin
TorstenH.11-Jan-12 21:29
TorstenH.11-Jan-12 21:29 
GeneralRe: Do event when variable is modified Pin
antonio34311-Jan-12 22:42
antonio34311-Jan-12 22:42 
GeneralRe: Do event when variable is modified Pin
Nagy Vilmos11-Jan-12 23:09
professionalNagy Vilmos11-Jan-12 23:09 
GeneralRe: Do event when variable is modified Pin
antonio34311-Jan-12 23:33
antonio34311-Jan-12 23:33 
GeneralRe: Do event when variable is modified Pin
TorstenH.12-Jan-12 2:26
TorstenH.12-Jan-12 2:26 
a Listener implementation works both ways. You can have events launched by a client that the server reacts on. And you can have actions the Server launches and one or all client react on.

In the consequence you can also have a client launching an event that causes the server to launch an event that all clients react on.

Try first to implement some listener action from server to client and vis-a-vis (a console print out should be enough to see if the server(/client ack the event).
After that connect the two listener methods and see what fun it can be.
regards Torsten
When I'm not working

GeneralRe: Do event when variable is modified Pin
antonio34312-Jan-12 12:58
antonio34312-Jan-12 12:58 
GeneralRe: Do event when variable is modified Pin
TorstenH.12-Jan-12 21:34
TorstenH.12-Jan-12 21:34 
Questionredirecting and piping Pin
shekarchee11-Jan-12 11:31
shekarchee11-Jan-12 11:31 
AnswerRe: redirecting and piping Pin
Richard MacCutchan11-Jan-12 11:50
mveRichard MacCutchan11-Jan-12 11:50 
GeneralRe: redirecting and piping Pin
shekarchee11-Jan-12 13:59
shekarchee11-Jan-12 13:59 
GeneralRe: redirecting and piping Pin
Richard MacCutchan11-Jan-12 22:14
mveRichard MacCutchan11-Jan-12 22:14 
QuestionCalling java method from C# .net Pin
KASR111-Jan-12 0:26
KASR111-Jan-12 0:26 
AnswerRe: Calling java method from C# .net Pin
Nagy Vilmos11-Jan-12 0:42
professionalNagy Vilmos11-Jan-12 0:42 
GeneralRe: Calling java method from C# .net Pin
David Skelly11-Jan-12 1:51
David Skelly11-Jan-12 1:51 
AnswerRe: Calling java method from C# .net Pin
TorstenH.11-Jan-12 1:18
TorstenH.11-Jan-12 1:18 
GeneralRe: Calling java method from C# .net Pin
KASR113-Jan-12 4:06
KASR113-Jan-12 4:06 
GeneralRe: Calling java method from C# .net Pin
TorstenH.15-Jan-12 21:35
TorstenH.15-Jan-12 21:35 
AnswerRe: Calling java method from C# .net Pin
David Skelly11-Jan-12 2:05
David Skelly11-Jan-12 2:05 
GeneralRe: Calling java method from C# .net Pin
KASR115-Jan-12 19:31
KASR115-Jan-12 19:31 
QuestionHow to use the code of one class in servlet? Pin
Soniya6510-Jan-12 3:15
Soniya6510-Jan-12 3:15 
QuestionGPS Pin
sandymishra2-Jan-12 21:50
sandymishra2-Jan-12 21:50 
AnswerRe: GPS Pin
Richard MacCutchan2-Jan-12 22:13
mveRichard MacCutchan2-Jan-12 22:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.