raising events from the client on the server
i have a client and server application being made using remoting.
i want to raise event on the server when the client accesses a remote object or when client make request by using one of the remote object's method, say makeRequest(), how can i notify it to the server to give response to that.
thnx.