107108109110111112113
if( attach ) attach(false); JvmModel.getInstance().fireJvmModelChangeEvent( new JvmModelEvent(State.JvmConnected, this)); }
130131132133134135136137
swtResourceMonitor.setTracking(true); } } if( fireEvent ) { JvmModel.getInstance().fireJvmModelChangeEvent( new JvmModelEvent(State.JvmModified, this)); } }
149150151152153154155
} catch (JvmCoreException e) { // do nothing } JvmModel.getInstance().fireJvmModelChangeEvent( new JvmModelEvent(State.JvmDisconnected, this)); }