Project

General

Profile

« Previous | Next » 

Revision 310e14fb

Added by Leszek Koltunski almost 7 years ago

Some progress with Effect classes.

Big mess - nothing compiles now; classes moved around.

View differences:

src/main/java/org/distorted/library/Distorted.java
23 23
import android.content.Context;
24 24
import android.content.pm.ConfigurationInfo;
25 25
import android.content.res.Resources;
26

  
27
import org.distorted.library.effect.EffectMessageSender;
28
import org.distorted.library.effect.EffectQueue;
29
import org.distorted.library.effect.EffectQueuePostprocess;
26 30
import org.distorted.library.program.*;
27 31

  
28 32
///////////////////////////////////////////////////////////////////////////////////////////////////
......
84 88
    }
85 89

  
86 90
///////////////////////////////////////////////////////////////////////////////////////////////////
87

  
88
  static boolean isInitialized()
91
/**
92
 * Have we called onCreate yet, ie have we initialized the library?
93
 * @return <code>true</code> if the library is initilized and ready for action.
94
 */
95
  public static boolean isInitialized()
89 96
    {
90 97
    return mInitialized;
91 98
    }

Also available in: Unified diff