Skip to main content
summaryrefslogtreecommitdiffstats
blob: 15f964bc6daa112a3a27e12744c7acc0f958accf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html public "-//w3c//dtd html 4.0//en">
<html>
<head>
   <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Team - Local History Synchronize Participant Example</title>
</head>
<body>

<h2>Team - Local History Synchronize Participant Example</h2>

<h3>Introduction</h3>
<p> The Local History Synchronize Participant example illustrates how to intergate 
  a participant into the synchronize view. It covers such things as:
<ul>
  <li>Creating a simple subscriber for accessing the local history
  <li>Creating a synchronize particpant
  <li>Adding a cusotm action to a particpant
  <li>Showing custom label decorations 
  <li>Add a synchronize wizard
</ul>
<h3>Running the example</h3>
<p> To start using this example, open the <strong>Team Synchronizing</strong> 
  perspective, click on the global Synchronize toolbar action and choose <strong>Synchronize 
  with Latest from Local History</strong>. A more detailed look at this example 
  is available in the <a href="../../../guide/team_synchronize_localhistory_example.htm">Local 
  History Synchronization Example</a> guide section.
<p>
</body>
</html>

Back to the top