* Fire a change event for a specified proxy.
*
* @param proxy The proxy to be the source of the event
*/
private void fireEvent(InternalProxy proxy) {
ReadOnlyStateChangedEvent event =
new ReadOnlyStateChangedEvent(proxy, newState, originator);
proxy.fireEvent(event);
originator = false;
}