Uses of Interface
org.starhope.appius.mb.PostPaymentHook

Packages that use PostPaymentHook
com.tootsville   
org.starhope.appius.mb   
 

Uses of PostPaymentHook in com.tootsville
 

Classes in com.tootsville that implement PostPaymentHook
 class WebUtil
           WebUtil contains business logic methods called by the Membership And Billing front-end JSP pages.
 

Uses of PostPaymentHook in org.starhope.appius.mb
 

Fields in org.starhope.appius.mb with type parameters of type PostPaymentHook
private static Set<PostPaymentHook> MBSession.postPaymentHooks
          Hooks to run after enrolment payments are received.
 

Methods in org.starhope.appius.mb with parameters of type PostPaymentHook
static void MBSession.addPostEnrolmentHook(PostPaymentHook hook)