|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.corona.container.project.ui.builder.CollaborationResourceHandler
org.eclipse.corona.container.project.ui.builder.CommitEventHandler
public class CommitEventHandler
Commit event handler responsible for creating and sending collaboration sync events on the basis of received subscriber change events.
Field Summary |
---|
Fields inherited from class org.eclipse.corona.container.project.ui.builder.CollaborationResourceHandler |
---|
delta, deltaFlags, deltaKind, deltaResource, m_bCollaborationProject, projectEvent |
Constructor Summary | |
---|---|
CommitEventHandler(ICollaborationEventAdmin eventAdmin)
|
Method Summary | |
---|---|
protected boolean |
processResourceChange()
This method MUST be implemented by sub classes to process the folderresource change. |
void |
processResourceCommit(org.eclipse.core.resources.IResource resource)
|
void |
processResourceCommit(org.eclipse.team.core.subscribers.ISubscriberChangeEvent delta)
|
Methods inherited from class org.eclipse.corona.container.project.ui.builder.CollaborationResourceHandler |
---|
buildEvent, getProjectGuid, initProjectEvent, postEvent, processResourceChange, resourceIPathToURI, sendEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommitEventHandler(ICollaborationEventAdmin eventAdmin)
Method Detail |
---|
public void processResourceCommit(org.eclipse.team.core.subscribers.ISubscriberChangeEvent delta)
processResourceCommit
in class CollaborationResourceHandler
public void processResourceCommit(org.eclipse.core.resources.IResource resource)
processResourceCommit
in class CollaborationResourceHandler
protected boolean processResourceChange()
CollaborationResourceHandler
m_ResourceDeltaKind
and
m_ResourceDeltaFlags
fields. The method is called while
the resource tree is locked, therefore changes to the resource may not be
possible.
processResourceChange
in class CollaborationResourceHandler
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |