@Override
protected void createEventBreakpoint( boolean interactive, IWorkbenchPart part, IResource resource, String type,
String arg ) throws CoreException
{
ICEventBreakpoint bp = CDIDebugModel.createBlankEventBreakpoint();
Map<String, Object> attributes = new HashMap<String, Object>();
CDIDebugModel.setEventBreakpointAttributes(attributes,type, arg);
openBreakpointPropertiesDialog(bp, part, resource, attributes);
}