public interface ISystemMessageLineTarget
Implemented by any class that supports being passed an ISystemMessageLine to target messages to. This is useful in re-usable forms so that the parent dialog or wizard can pass in "this" in order to allow the form to issue messages.
ISystemMessageLine
getMessageLine ()
void
setMessageLine ( ISystemMessageLine msgLine)
void setMessageLine( ISystemMessageLine msgLine)
ISystemMessageLine getMessageLine()