org.eclipse.tigerstripe.workbench.model.deprecated_
Interface ISessionArtifact.IEmittedEvent

Enclosing interface:
ISessionArtifact

public static interface ISessionArtifact.IEmittedEvent


Method Summary
 java.lang.String getFullyQualifiedName()
          Returns the fully qualified name (ie.
 java.lang.String getName()
          Returns the name of this Event.
 void setFullyQualifiedName(java.lang.String fqn)
          Set the Fully Qualified Name of the Emitted Event.
 

Method Detail

setFullyQualifiedName

void setFullyQualifiedName(java.lang.String fqn)
Set the Fully Qualified Name of the Emitted Event. This should be the fqn of an Event Artifact in the project.

Parameters:
fqn -

getFullyQualifiedName

java.lang.String getFullyQualifiedName()
Returns the fully qualified name (ie. package + name) of this Event.

Returns:
String - fully qualified name of this Event

getName

java.lang.String getName()
Returns the name of this Event.

Returns:
String - the name of this Event