Package net.bluemind.calendar.api
Interface IFreebusyMgmtAsync
public interface IFreebusyMgmtAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String calendar, AsyncHandler<Void> handler) voidget(AsyncHandler<List<String>> handler) voidremove(String calendar, AsyncHandler<Void> handler) voidset(List<String> calendars, AsyncHandler<Void> handler)  
- 
Method Details
- 
add
 - 
get
 - 
remove
 - 
set
 
 -