Class ActionsExecutedInformation


  • public class ActionsExecutedInformation
    extends Object
    Thread safety: Just like EnvironmentalPerformanceInformation, instances of this class may be accessed from more than one thread at once. Updates are invoked in the context of the thread executing the task. Queries are invoked either from this thread, or from some observer (task manager or GUI thread). However, the updates should come from a single thread! Otherwise the "actions boundaries" will not be applied correctly.