Interface PostForwarderManager
- All Known Implementing Classes:
RedditPostForwarderManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for managing post forwarding operations.
Implementations should define how posts are forwarded.
-
Method Summary
-
Method Details
-
forward
void forward()Initiates the forwarding of posts. This method should contain the logic to forward posts as per the implementation.
-