Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.event
Class ProjectEvent

java.lang.Object
  extended by 
      extended by com.jivesoftware.community.event.ProjectEvent

public class ProjectEvent
extends


Nested Class Summary
static class ProjectEvent.Type
           
 
Field Summary
static String PROJECT_VIEW_TYPE
          Parameter keys.
 
Constructor Summary
ProjectEvent()
           
ProjectEvent(ProjectEvent.Type eventType, Project project, Map<String,? extends Object> params)
          Creates a new task event.
 
Method Summary
 EntityDescriptor getContainer()
           
 ModificationType getContainerModificationType()
          A modification type from the list below that corresponds to the implementing event's type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_VIEW_TYPE

public static final String PROJECT_VIEW_TYPE
Parameter keys.

See Also:
Constant Field Values
Constructor Detail

ProjectEvent

public ProjectEvent()

ProjectEvent

public ProjectEvent(ProjectEvent.Type eventType,
                    Project project,
                    Map<String,? extends Object> params)
Creates a new task event.

Parameters:
eventType - the type of the tag event.
project - the project the event corresponds to.
params - parameters corresponding to the event.
Method Detail

getContainer

public EntityDescriptor getContainer()

getContainerModificationType

public ModificationType getContainerModificationType()
A modification type from the list below that corresponds to the implementing event's type.

Returns:
a ModificationType.

Jive Product Page

Copyright © 1999-2007 Jive Software.