Create a new class that extends the com.tibco.bpm.web.client.model.pagebus.hub.ManagedEventClient abstract class and implement the three abstract methods:
public abstract void addEvents();
public abstract void addHandlers();
public abstract void addSubscribers();
Optionally override other ManagedEventClient methods as required.
See the IframeAppExampleView inner class: IframeAppExampleManagedEventClient