ca.mcgill.cs.postina
Interface PostinaTopic

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ScribeTopic

public interface PostinaTopic
extends java.io.Serializable

The interface PostinaTopic defines the representation of a topic that is visible to applications using Postina.

Version:
Oct 23, 2007
Author:
Dominik Zindel

Method Summary
 java.lang.String getName()
          This method gets the string representation of the topic.
 

Method Detail

getName

java.lang.String getName()
This method gets the string representation of the topic.

Returns:
The string representing the topic.