Project

General

Profile

« Previous | Next » 

Revision 11c187c0

Added by Leszek Koltunski about 3 years ago

Correct comments; hide stuff from Javadoc.

View differences:

src/main/java/org/distorted/library/main/InternalStackFrame.java
26 26
import java.util.LinkedList;
27 27

  
28 28
///////////////////////////////////////////////////////////////////////////////////////////////////
29

  
29
/**
30
 * Implements a single 'frame' of all varaibles needed to remember the internal state of the library.
31
 * Such a frame must be remembered in a list whenever current Activity using the library fires off
32
 * another Activity which also wants to use the library. When that happens, we create a new 'frame',
33
 * remember the old one. When the second Activity ends and we come back to the first, we destroy the
34
 * second frame and recall the first.
35
 * <p>
36
 * Not part of public API, do not document
37
 *
38
 * @y.exclude
39
 */
30 40
public class InternalStackFrame
31 41
{
32 42
  private static class Job

Also available in: Unified diff