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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setContainer(java.awt.Container container)
Provides access to a container.
-