org.eclipse.corona.client.project.event
Class ProjectEventHandler

java.lang.Object
  extended by org.eclipse.corona.collaboration.CollaborationEventHandler
      extended by org.eclipse.corona.client.project.event.ProjectEventHandler
All Implemented Interfaces:
org.osgi.service.event.EventHandler

public class ProjectEventHandler
extends CollaborationEventHandler


Constructor Summary
ProjectEventHandler(org.osgi.framework.BundleContext ctxBundle, java.lang.String ctxCollab)
           
 
Method Summary
 void handleCollaborationEvent(CollaborationEvent evtCollab)
          Handle Collaboration Event
 
Methods inherited from class org.eclipse.corona.collaboration.CollaborationEventHandler
handleEvent, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectEventHandler

public ProjectEventHandler(org.osgi.framework.BundleContext ctxBundle,
                           java.lang.String ctxCollab)
See Also:
CollaborationEventHandler
Method Detail

handleCollaborationEvent

public void handleCollaborationEvent(CollaborationEvent evtCollab)
Description copied from class: CollaborationEventHandler
Handle Collaboration Event

Specified by:
handleCollaborationEvent in class CollaborationEventHandler
See Also:
CollaborationEventHandler.handleCollaborationEvent(CollaborationEvent)

Copyright 2006 IBM Corporation and others.
All Rights Reserved.