Java RMI and Events...

woel

New member
Hi!

Anyone know if it's possible to make the client listen for events from the server using rmi?

I managed to add the client to listen to the server object but when an event occurs it is executed locally on the server. I need a way for the server to know that it is a remote object that listenes for events.

Thankyou!

/Leo
 
Back
Top