blob: 8d35ca75dee037531142e901874220c308310f75 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.5) on Tue Jan 21 20:13:53 EST 2020 -->
<title>IPDebugEvent (PTP API Specification)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="dc.created" content="2020-01-21">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IPDebugEvent (PTP API Specification)";
}
}
catch(err) {
}
//-->
var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IPDebugEvent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>PTP</b><br>Release 7.0</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.ptp.debug.core.event</a></div>
<h2 title="Interface IPDebugEvent" class="title">Interface IPDebugEvent</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public interface <span class="typeNameLabel">IPDebugEvent</span></pre>
<div class="block">Base interface for debugger events</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#BREAKPOINT">BREAKPOINT</a></span></code></th>
<td class="colLast">
<div class="block">Breakpoint detail.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CHANGE">CHANGE</a></span></code></th>
<td class="colLast">
<div class="block">Change event kind.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CLIENT_REQUEST">CLIENT_REQUEST</a></span></code></th>
<td class="colLast">
<div class="block">Client request detail.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CONTENT">CONTENT</a></span></code></th>
<td class="colLast">
<div class="block">Content change detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CREATE">CREATE</a></span></code></th>
<td class="colLast">
<div class="block">Create event kind.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEBUGGER">DEBUGGER</a></span></code></th>
<td class="colLast">
<div class="block">Debugger detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ERR_FATAL">ERR_FATAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ERR_NORMAL">ERR_NORMAL</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ERR_WARNING">ERR_WARNING</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ERROR">ERROR</a></span></code></th>
<td class="colLast">
<div class="block">Error event kind or detail</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EVALUATION">EVALUATION</a></span></code></th>
<td class="colLast">
<div class="block">Evaluation detail.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EVALUATION_IMPLICIT">EVALUATION_IMPLICIT</a></span></code></th>
<td class="colLast">
<div class="block">Evaluation detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PROCESS_SPECIFIC">PROCESS_SPECIFIC</a></span></code></th>
<td class="colLast">
<div class="block">Process specific event detail.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#REGISTER">REGISTER</a></span></code></th>
<td class="colLast">
<div class="block">Register detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RESUME">RESUME</a></span></code></th>
<td class="colLast">
<div class="block">Resume event kind.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STATE">STATE</a></span></code></th>
<td class="colLast">
<div class="block">State change detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STEP_END">STEP_END</a></span></code></th>
<td class="colLast">
<div class="block">Step end detail.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STEP_INTO">STEP_INTO</a></span></code></th>
<td class="colLast">
<div class="block">Step start detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STEP_OVER">STEP_OVER</a></span></code></th>
<td class="colLast">
<div class="block">Step start detail.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STEP_RETURN">STEP_RETURN</a></span></code></th>
<td class="colLast">
<div class="block">Step start detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SUSPEND">SUSPEND</a></span></code></th>
<td class="colLast">
<div class="block">Suspend event kind.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TERMINATE">TERMINATE</a></span></code></th>
<td class="colLast">
<div class="block">Terminate event kind.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#UNSPECIFIED">UNSPECIFIED</a></span></code></th>
<td class="colLast">
<div class="block">Constant indicating that the kind or detail of a debug event is
unspecified.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDetail()">getDetail</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the event detail</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="IPDebugInfo.html" title="interface in org.eclipse.ptp.debug.core.event">IPDebugInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getInfo()">getInfo</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the event info</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getKind()">getKind</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the event kind</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSource()">getSource</a></span>()</code></th>
<td class="colLast">
<div class="block">Get the event source</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEvaluation()">isEvaluation</a></span>()</code></th>
<td class="colLast">
<div class="block">Check if this is an evaluation event</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isStepStart()">isStepStart</a></span>()</code></th>
<td class="colLast">
<div class="block">Check if this is a step start event</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="RESUME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESUME</h4>
<pre>static final&nbsp;int RESUME</pre>
<div class="block">Resume event kind.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.RESUME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SUSPEND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUSPEND</h4>
<pre>static final&nbsp;int SUSPEND</pre>
<div class="block">Suspend event kind.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.SUSPEND">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="CREATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CREATE</h4>
<pre>static final&nbsp;int CREATE</pre>
<div class="block">Create event kind.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.CREATE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="TERMINATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TERMINATE</h4>
<pre>static final&nbsp;int TERMINATE</pre>
<div class="block">Terminate event kind.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.TERMINATE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="CHANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHANGE</h4>
<pre>static final&nbsp;int CHANGE</pre>
<div class="block">Change event kind.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.CHANGE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ERROR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ERROR</h4>
<pre>static final&nbsp;int ERROR</pre>
<div class="block">Error event kind or detail</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.ERROR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="PROCESS_SPECIFIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROCESS_SPECIFIC</h4>
<pre>static final&nbsp;int PROCESS_SPECIFIC</pre>
<div class="block">Process specific event detail.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.1.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.PROCESS_SPECIFIC">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="STEP_INTO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STEP_INTO</h4>
<pre>static final&nbsp;int STEP_INTO</pre>
<div class="block">Step start detail. Indicates a thread was resumed by a step into action.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.STEP_INTO">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="STEP_OVER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STEP_OVER</h4>
<pre>static final&nbsp;int STEP_OVER</pre>
<div class="block">Step start detail. Indicates a thread was resumed by a step over action.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.STEP_OVER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="STEP_RETURN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STEP_RETURN</h4>
<pre>static final&nbsp;int STEP_RETURN</pre>
<div class="block">Step start detail. Indicates a thread was resumed by a step return
action.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.STEP_RETURN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="STEP_END">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STEP_END</h4>
<pre>static final&nbsp;int STEP_END</pre>
<div class="block">Step end detail. Indicates a thread was suspended due to the completion
of a step action.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.STEP_END">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="BREAKPOINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BREAKPOINT</h4>
<pre>static final&nbsp;int BREAKPOINT</pre>
<div class="block">Breakpoint detail. Indicates a thread was suspended by a breakpoint.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.BREAKPOINT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="CLIENT_REQUEST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLIENT_REQUEST</h4>
<pre>static final&nbsp;int CLIENT_REQUEST</pre>
<div class="block">Client request detail. Indicates a thread was suspended due to a client
request.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.CLIENT_REQUEST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EVALUATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVALUATION</h4>
<pre>static final&nbsp;int EVALUATION</pre>
<div class="block">Evaluation detail. Indicates that a thread was resumed or suspended to
perform an expression evaluation.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.EVALUATION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EVALUATION_IMPLICIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EVALUATION_IMPLICIT</h4>
<pre>static final&nbsp;int EVALUATION_IMPLICIT</pre>
<div class="block">Evaluation detail. Indicates that a thread was resumed or suspended to
perform an implicit expression evaluation. An implicit evaluation is an
evaluation that is performed as an indirect result of a user action.
Clients may use this detail event to decide whether or not to alert the
user that an evaluation is taking place..</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.EVALUATION_IMPLICIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="STATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STATE</h4>
<pre>static final&nbsp;int STATE</pre>
<div class="block">State change detail. Indicates the state of a single debug element has
changed. Only valid for <code>CHANGE</code> events.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.STATE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="CONTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTENT</h4>
<pre>static final&nbsp;int CONTENT</pre>
<div class="block">Content change detail. Indicates the content of a debug element (and
potentially its children) has changed. Only valid for <code>CHANGE</code> events.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.CONTENT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DEBUGGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEBUGGER</h4>
<pre>static final&nbsp;int DEBUGGER</pre>
<div class="block">Debugger detail. Indicates the debugger is terminated or created</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.DEBUGGER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="REGISTER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REGISTER</h4>
<pre>static final&nbsp;int REGISTER</pre>
<div class="block">Register detail. Indicates the registered process is created or
terminated</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.REGISTER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="UNSPECIFIED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNSPECIFIED</h4>
<pre>static final&nbsp;int UNSPECIFIED</pre>
<div class="block">Constant indicating that the kind or detail of a debug event is
unspecified.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.UNSPECIFIED">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ERR_NORMAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ERR_NORMAL</h4>
<pre>static final&nbsp;int ERR_NORMAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.ERR_NORMAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ERR_WARNING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ERR_WARNING</h4>
<pre>static final&nbsp;int ERR_WARNING</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.ERR_WARNING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ERR_FATAL">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ERR_FATAL</h4>
<pre>static final&nbsp;int ERR_FATAL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ptp.debug.core.event.IPDebugEvent.ERR_FATAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="getDetail()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDetail</h4>
<pre class="methodSignature">int&nbsp;getDetail()</pre>
<div class="block">Get the event detail</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="getInfo()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInfo</h4>
<pre class="methodSignature"><a href="IPDebugInfo.html" title="interface in org.eclipse.ptp.debug.core.event">IPDebugInfo</a>&nbsp;getInfo()</pre>
<div class="block">Get the event info</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="getKind()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKind</h4>
<pre class="methodSignature">int&nbsp;getKind()</pre>
<div class="block">Get the event kind</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="getSource()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSource</h4>
<pre class="methodSignature">java.lang.Object&nbsp;getSource()</pre>
<div class="block">Get the event source</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="isEvaluation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEvaluation</h4>
<pre class="methodSignature">boolean&nbsp;isEvaluation()</pre>
<div class="block">Check if this is an evaluation event</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a id="isStepStart()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isStepStart</h4>
<pre class="methodSignature">boolean&nbsp;isStepStart()</pre>
<div class="block">Check if this is a step start event</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IPDebugEvent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>PTP</b><br>Release 7.0</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.</small></p>
</footer>
</body>
</html>