Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] ITeamDecorator in general


Hi Boris,

At the moment theTeamResourceDecorator is a IResourceStateChangeListener such that if a resource's status changes (e.g. checkout/add/checked in) you should use the ITeamManager::broadcastResourceStateChanges() method to update the decorations. The state change events are currently puposely vague and don't include any state information about the change.

I hope this helps.

Jean-Michel



Boris Pruessmann <boris+mailinglists.platform-vcm-dev@xxxxxxxxxxxxxx>
Sent by: platform-vcm-dev-admin@xxxxxxxxxxx

23/12/2001 01:40 PM
Please respond to platform-vcm-dev

       
        To:        <platform-vcm-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-vcm-dev] ITeamDecorator in general



Hi,

having implemented the ITeamDecorator interface, I realized that changes to
my resource's status that are triggered by e.g. checkout don't show up.
After taking a look at the resource api I found the method touch().
Unfortunately, the documentation states that the method is "long running"
and my tests proved that right.

My question: What is the best way to get the ITeamDecorator refreshed.

Greetings,
Boris

--
"Engineering does not require science. Science helps a lot but
people built perfectly good brick walls long before they knew why
cement works." - Alan Cox


_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev



Back to the top