Uses of Enum Class
com.luciad.util.TLcdStatusEvent.Severity
Packages that use TLcdStatusEvent.Severity
-
Uses of TLcdStatusEvent.Severity in com.luciad.util
Methods in com.luciad.util that return TLcdStatusEvent.SeverityModifier and TypeMethodDescriptionTLcdStatusEvent.getSeverity()
Returns the severity of this messagestatic TLcdStatusEvent.Severity
Returns the enum constant of this class with the specified name.static TLcdStatusEvent.Severity[]
TLcdStatusEvent.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.util with parameters of type TLcdStatusEvent.SeverityModifier and TypeMethodDescriptionstatic <T> void
TLcdStatusEvent.sendMessage
(ILcdStatusListener<T> aStatusListener, T aSource, String aMessage, TLcdStatusEvent.Severity aSeverity) Sends a newmessage
status event.