Show TOC

Implementing Window ControllersLocate this document in the navigation structure

Overview

Firing Suspend Plugs via IPublic API

You fire the suspend plug by invoking the IPublic -APIof the window controller. As the IPrivate -APIextends the IPublic -APIthe generated method wdFirePlugSuspend() can be invoked on the member variable wdThis (of type IPrivate -API).

 

Sample.java

wdThis.wdFirePlugSuspend(someTargetAppURL);