Uses of Class
com.atlassian.confluence.plugins.events.entities.Event

Packages that use Event
com.atlassian.confluence.plugins.events   
com.atlassian.confluence.plugins.events.resources   
 

Uses of Event in com.atlassian.confluence.plugins.events
 

Constructors in com.atlassian.confluence.plugins.events with parameters of type Event
BrowserEvent(Object src, Event event)
           
 

Uses of Event in com.atlassian.confluence.plugins.events.resources
 

Methods in com.atlassian.confluence.plugins.events.resources with parameters of type Event
 javax.ws.rs.core.Response PublisherResource.publishSingleEvent(Event event)
          Publishes a single BrowserEvent.
 

Method parameters in com.atlassian.confluence.plugins.events.resources with type arguments of type Event
 javax.ws.rs.core.Response PublisherResource.publishBulkEvents(List<Event> events)
          Publishes a list of BrowserEvents.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.