
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);