Kie Workbench - Common - Services API 6.2.0.CR2

org.kie.workbench.common.services.shared.discussion
Class CommentAddedEvent

java.lang.Object
  extended by org.kie.workbench.common.services.shared.discussion.CommentAddedEvent

@Portable
public class CommentAddedEvent
extends Object


Constructor Summary
CommentAddedEvent()
           
CommentAddedEvent(String userName, org.uberfire.backend.vfs.Path path, String comment, Long timestamp)
           
 
Method Summary
 String getComment()
           
 org.uberfire.backend.vfs.Path getPath()
           
 Long getTimestamp()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentAddedEvent

public CommentAddedEvent()

CommentAddedEvent

public CommentAddedEvent(String userName,
                         org.uberfire.backend.vfs.Path path,
                         String comment,
                         Long timestamp)
Method Detail

getUserName

public String getUserName()

getComment

public String getComment()

getTimestamp

public Long getTimestamp()

getPath

public org.uberfire.backend.vfs.Path getPath()

Kie Workbench - Common - Services API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.