Interface VisualReceiver
- All Known Implementing Classes:
VFSLogFilePatternReceiver
public interface VisualReceiver
If a receiver has a visual component, implement this interface and Chainsaw will call
'setContainer' passing in a container that the receiver can use.
For example, VFSLogFilePatternReceiver provides an optional 'promptForUserInfo', that when set to true, will allow a login dialog to be displayed on top of the Chainsaw window.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContainer
(Container container) Provides access to a container.
-
Method Details
-
setContainer
Provides access to a container.- Parameters:
container
-
-