Interface BasicTableDataListener
- All Known Subinterfaces:
TableLocation.Listener
,TableLocationProvider.Listener
- All Known Implementing Classes:
TableLocationSubscriptionBuffer
,TableLocationUpdateSubscriptionBuffer
public interface BasicTableDataListener
Common base interface for table data listeners.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleException
(@NotNull TableDataException exception) Notify the listener that an exception was encountered while initiating or maintaining the subscription.
-
Method Details
-
handleException
Notify the listener that an exception was encountered while initiating or maintaining the subscription. Delivery of an exception implies that the subscription is no longer valid. This might happen during subscription establishment, and consequently should be checked for after subscribe completes.- Parameters:
exception
- The exception
-