So I have
<p:ajax event="tabChange" listener="#{refriedBean.onTabChange}" />
But I want to pass in the tabChange event AND an extra value that is stored on the page
public void onTabChange(TabChangeEvent event, Object obj)
How would one go about doing this?