Uses of Class
com.epimorphics.tasks.ProgressMessage
-
Packages that use ProgressMessage Package Description com.epimorphics.tasks -
-
Uses of ProgressMessage in com.epimorphics.tasks
Fields in com.epimorphics.tasks with type parameters of type ProgressMessage Modifier and Type Field Description protected List<ProgressMessage>SimpleProgressMonitor. messagesMethods in com.epimorphics.tasks that return types with arguments of type ProgressMessage Modifier and Type Method Description List<ProgressMessage>ProgressMonitor. getMessages()Return all progress messages logged so far.List<ProgressMessage>SimpleProgressMonitor. getMessages()List<ProgressMessage>ProgressMonitor. getMessagesSince(int offset)Return all progress messages since the given message number.List<ProgressMessage>SimpleProgressMonitor. getMessagesSince(int offset)Methods in com.epimorphics.tasks with parameters of type ProgressMessage Modifier and Type Method Description protected voidLiveProgressMonitor. reportNewMessage(ProgressMessage message)protected voidSimpleProgressMonitor. reportNewMessage(ProgressMessage message)
-