| string | type | Event type, must be declared when class is installed. |
| ... | more | Zero or more arguments. |
| JX.Event | Event object which was dispatched. |
| string | type | Type of event to listen for. |
| function | callback | Function to call when this event occurs. |
| object | A reference to the installed listener. You can later remove the listener by calling this object's remove() method. |
| int | mechanism | An optional mechanism used to interface with the browser history stack. If it is not supported, the next supported mechanism will be used. |
| string | Mechanism, either pushstate, hashchange, or polling. |
| string | Path on top of the history stack. |
| string | path | Path. |
| wild | state | State object for History API. |
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.