org.eclipse.swordfish.internal.core.event
Class OperationEventImpl

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.event.EventImpl
      extended by org.eclipse.swordfish.internal.core.event.OperationEventImpl
All Implemented Interfaces:
Event, OperationEvent

public class OperationEventImpl
extends EventImpl
implements OperationEvent


Constructor Summary
OperationEventImpl()
           
 
Method Summary
 java.lang.String getTopic()
          Topic identifier.
 
Methods inherited from class org.eclipse.swordfish.internal.core.event.EventImpl
getProperties, getProperty, setProperties, setProperty, setTopic
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.swordfish.core.event.Event
getProperties, getProperty
 

Constructor Detail

OperationEventImpl

public OperationEventImpl()
Method Detail

getTopic

public java.lang.String getTopic()
Description copied from interface: Event
Topic identifier.

Specified by:
getTopic in interface Event
Overrides:
getTopic in class EventImpl
Returns:
topic String, never null or empty String.