Uses of Interface
com.caplin.motif.fx.calendar.CancellableTenorDateRequestListener
Package
Description
Classes and interfaces relating to tenor dates and settlement dates.
-
Uses of CancellableTenorDateRequestListener in com.caplin.motif.fx.calendar
Modifier and TypeInterfaceDescriptioninterface
TenorDateRequestListener<T extends TenorDateSubjectInfo>
A TenorDateRequestListener provides an interface to a calendar service which can provide tenor dates for the frontend.Modifier and TypeMethodDescriptionFXCalendarAdapter.registerToboTenorDateProvider
(CancellableTenorDateRequestListener<ToboTenorDateSubjectInfo> listener) Used to register a provider of TOBO user tenor dates that responds to requested subjects of the standard form:<T extends ToboTenorDateSubjectInfo>
TenorDateProvider<T>FXCalendarAdapter.registerToboTenorDateProvider
(CancellableTenorDateRequestListener<T> listener, com.caplin.datasource.namespace.Namespace namespace, SubjectParser subjectParser) Used to register a provider of TOBO user tenor dates that responds to non-standard subjects.FXCalendarAdapter.registerUserTenorDateProvider
(CancellableTenorDateRequestListener<UserTenorDateSubjectInfo> listener) Used to register a provider of user specific tenor dates that responds to requested subjects of the standard form:<T extends UserTenorDateSubjectInfo>
TenorDateProvider<T>FXCalendarAdapter.registerUserTenorDateProvider
(CancellableTenorDateRequestListener<T> listener, com.caplin.datasource.namespace.Namespace namespace, SubjectParser subjectParser) Used to register a provider of user specific tenor dates that responds to non-standard subjects.