modificationEvent.valueToBe(),
modificationEvent.location() );
}
else
{
WatchpointEvent watchpointEvent = (WatchpointEvent) event;
handler.onWatchpoint( suspension, event.virtualMachine(), watchpointEvent.thread(),
(WatchpointRequest) event.request(), watchpointEvent.object(),
watchpointEvent.field(), watchpointEvent.valueCurrent(),
watchpointEvent.location() );
}
}
else if ( event instanceof BreakpointEvent )
{
BreakpointEvent breakpointEvent = (BreakpointEvent) event;