Module methanol.testing
Interface ForwardingObject
- All Known Implementing Classes:
ForwardingAsynchronousFileChannel
,ForwardingFileChannel
,LeakDetectingFileSystem
,WindowsEmulatingFileSystem
public interface ForwardingObject
An object that forwards calls to another and allows retrieving the delegate object.
-
Method Summary
-
Method Details
-
delegate
Object delegate()
-