| How to access a list of previously visited elements |
| Categories: Audium OpenSDK |
| Article ID: | 73 |
| Last updated: | November 02, 2006 |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
SUMMARY
This article describes how to access a list of previously visited elements from within custom Java code.
SYMPTOMS
Developer needs to know the name of elements that were visited before the current element during the active call.
RESOLUTION
The APIBase class, which all custom elements have access to (one of the objects passed to the main method of all custom elements is derived from this class), has a method named getElementHistory(). This method returns a list of the names of elements that were visited before the current element during the current call. For more information about this method, please refer to the Audium Java API Javadocs.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|