Package org.openstack4j.api.senlin
Interface SenlinEventService
-
- All Known Implementing Classes:
SenlinEventServiceImpl
public interface SenlinEventServiceThis interface defines all methods for the manipulation of Event- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eventget(String eventID)returns details of aEvent.List<? extends Event>list()Gets a list of currently existingEvents.
-