org.jets3t.service.model
Class NotificationConfig.TopicConfig

java.lang.Object
  extended by org.jets3t.service.model.NotificationConfig.TopicConfig
Enclosing class:
NotificationConfig

public class NotificationConfig.TopicConfig
extends Object


Constructor Summary
NotificationConfig.TopicConfig(String topic, String event)
           
 
Method Summary
 String getEvent()
           
 String getTopic()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationConfig.TopicConfig

public NotificationConfig.TopicConfig(String topic,
                                      String event)
Method Detail

getTopic

public String getTopic()

getEvent

public String getEvent()