org.kie.workbench.common.services.shared.discussion
Class CommentAddedEvent
java.lang.Object
org.kie.workbench.common.services.shared.discussion.CommentAddedEvent
@Portable
public class CommentAddedEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentAddedEvent
public CommentAddedEvent()
CommentAddedEvent
public CommentAddedEvent(String userName,
org.uberfire.backend.vfs.Path path,
String comment,
Long timestamp)
getUserName
public String getUserName()
getComment
public String getComment()
getTimestamp
public Long getTimestamp()
getPath
public org.uberfire.backend.vfs.Path getPath()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.