Package org.ical4j.integration
Interface ChannelSubscriber<T>
-
- All Known Implementing Classes:
AbstractChannelSubscriber
public interface ChannelSubscriber<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsubscribe(Consumer<T> consumer)voidunsubscribe(Consumer<T> consumer)
-