org.jclouds.digitalocean.features
Interface EventApi

All Superinterfaces:
Closeable

public interface EventApi
extends Closeable

Provides access to the Event API.

Author:
Sergi Castro, Ignasi Barrera

Method Summary
 Event get(int id)
          Gets the details of a given event.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

get

Event get(int id)
Gets the details of a given event.

Parameters:
The - id of the event to get.
Returns:
The details of the event or null if no event exists with the given id.


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.