Class SharedObjectMsgEventProcessor
java.lang.Object
org.eclipse.ecf.core.sharedobject.SharedObjectMsgEventProcessor
- All Implemented Interfaces:
IEventProcessor
Event processor to process SharedObjectMsgEvents
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
processEvent
(Event event) Process given Eventprotected boolean
-
Constructor Details
-
Method Details
-
processEvent
Description copied from interface:IEventProcessor
Process given Event- Specified by:
processEvent
in interfaceIEventProcessor
- Parameters:
event
- the Event to process- Returns:
- true if the event has been successfully processed and no further processing should occur. False if the event should receive further processing by another event processor (e.g. in a chain)
-