Yes if your event extends EventObject which is serializable
Be sure to define non-serializable properties of your new event as transient (note that doing so you won't be able to send them thru RMI)
You can also include remote references in your event (ie references to UnicastRemoteObjects)