|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CollaborationEvent in org.eclipse.corona.client.project.event |
---|
Methods in org.eclipse.corona.client.project.event with parameters of type CollaborationEvent | |
---|---|
void |
ProjectEventHandler.handleCollaborationEvent(CollaborationEvent evtCollab)
|
Uses of CollaborationEvent in org.eclipse.corona.collaboration |
---|
Methods in org.eclipse.corona.collaboration that return CollaborationEvent | |
---|---|
static CollaborationEvent |
CollaborationEvent.createCollaborationEvent(org.osgi.service.event.Event osgiEvent)
Create a Collaboration Event for an OSGi event |
Methods in org.eclipse.corona.collaboration with parameters of type CollaborationEvent | |
---|---|
abstract void |
CollaborationEventHandler.handleCollaborationEvent(CollaborationEvent evtCollab)
Handle Collaboration Event |
void |
ICollaborationEventAdmin.postEvent(CollaborationEvent event)
Post a Collaboration Event to the OSGi event service. |
void |
CollaborationEventRouter.postEvent(CollaborationEvent collabEvent)
|
void |
Activator.postEvent(CollaborationEvent collabEvent)
|
void |
ICollaborationEventAdmin.sendEvent(CollaborationEvent event)
Send a Collaboration Event to the OSGi event service. |
void |
CollaborationEventRouter.sendEvent(CollaborationEvent collabEvent)
|
void |
Activator.sendEvent(CollaborationEvent collabEvent)
Send a Collaboration Event. |
Uses of CollaborationEvent in org.eclipse.corona.collaboration.ecf |
---|
Methods in org.eclipse.corona.collaboration.ecf with parameters of type CollaborationEvent | |
---|---|
void |
ECFEventRouter.sendMessage(ITopic topic,
CollaborationEvent collabEvent)
Send event to members of the topic. |
protected boolean |
ECFEventRouter.suppressSend(CollaborationEvent collabEvent)
Determine if the event should be sent to other clients |
Uses of CollaborationEvent in org.eclipse.corona.collaboration.project |
---|
Subclasses of CollaborationEvent in org.eclipse.corona.collaboration.project | |
---|---|
class |
ProjectEvent
Project Events are a special type of Collaboration Events. |
Methods in org.eclipse.corona.collaboration.project with parameters of type CollaborationEvent | |
---|---|
boolean |
IProjectListener.notify(CollaborationEvent event)
|
Constructors in org.eclipse.corona.collaboration.project with parameters of type CollaborationEvent | |
---|---|
ProjectEvent(CollaborationEvent event)
|
Uses of CollaborationEvent in org.eclipse.corona.container.manager.manage |
---|
Methods in org.eclipse.corona.container.manager.manage with parameters of type CollaborationEvent | |
---|---|
void |
ContainerManager.sendCollaborationEvent(CollaborationEvent event)
Send a collaboration event on behalf of the context container |
Uses of CollaborationEvent in org.eclipse.corona.container.project.ui |
---|
Methods in org.eclipse.corona.container.project.ui with parameters of type CollaborationEvent | |
---|---|
void |
Activator.postEvent(CollaborationEvent collabEvent)
|
void |
Activator.sendEvent(CollaborationEvent collabEvent)
Send a Collaboration Event. |
Uses of CollaborationEvent in org.eclipse.corona.model.container.impl |
---|
Methods in org.eclipse.corona.model.container.impl with parameters of type CollaborationEvent | |
---|---|
void |
ContextContainerImpl.notifyListeners(CollaborationEvent event)
|
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |