Class TopicDeleteEventArgs


  • public class TopicDeleteEventArgs
    extends java.lang.Object
    Arguments containing deleted topic information.
    • Constructor Summary

      Constructors 
      Constructor Description
      TopicDeleteEventArgs​(java.lang.String topicName)
      Creates TopicDeleteEventArgs instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTopicName()
      Gets the name of the deleted topic.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TopicDeleteEventArgs

        public TopicDeleteEventArgs​(java.lang.String topicName)
        Creates TopicDeleteEventArgs instance.
        Parameters:
        topicName - Deleted topic name.
    • Method Detail

      • getTopicName

        public final java.lang.String getTopicName()
        Gets the name of the deleted topic.
        Returns:
        The name of the deleted topic.