Uses of Interface
com.aspose.tasks.Event
-
-
Uses of Event in com.aspose.tasks
Methods in com.aspose.tasks that return Event Modifier and Type Method Description Event<WebRequestEventArgs>
ProjectServerManager. getExecutingWebRequest()
Gets an event that is raised when the web request is sent to Project Server's web API.Methods in com.aspose.tasks with parameters of type Event Modifier and Type Method Description void
ProjectServerManager. setExecutingWebRequest(Event<WebRequestEventArgs> value)
Sets an event that is raised when the web request is sent to Project Server's web API.
-