private void postUpdate(StatusAList aList) {
    mSDBufferVect.add(aList); 
    synchronized (this) {
        notifyAll(); } //wake up ReportMgr to process StreamData
}

Example 2: Inserting StreamData objects into a StatusAList.

Back to Article