JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.test.android.OpenALTestActivityLauncher Class Reference
Inheritance diagram for com.jogamp.openal.test.android.OpenALTestActivityLauncher:
Collaboration diagram for com.jogamp.openal.test.android.OpenALTestActivityLauncher:

Public Member Functions

void init ()
 Custom initialization hook which can be overriden to setup data, e.g. More...
 
String getActivityName ()
 Must return the downstream Activity class name. More...
 
List< String > getSysPackages ()
 Return a list of required system packages w/ native libraries, may return null or a zero sized list. More...
 
List< String > getUsrPackages ()
 Must return a list of required user packages, at least one containing the activity. More...
 
- Public Member Functions inherited from com.jogamp.openal.test.android.LauncherUtil.BaseActivityLauncher
String getAction ()
 Returns the default LauncherUtil#LAUNCH_ACTIVITY_NORMAL action. More...
 
final OrderedProperties getProperties ()
 Returns the properties, which are being propagated to the target activity. More...
 
final ArrayList< String > getArguments ()
 Returns the commandline arguments, which are being propagated to the target activity. More...
 
void init ()
 Custom initialization hook which can be overriden to setup data, e.g. More...
 
boolean finishAfterDelegate ()
 Returns true if this launcher activity shall end after starting the downstream activity. More...
 
abstract String getActivityName ()
 Must return the downstream Activity class name. More...
 
abstract List< String > getUsrPackages ()
 Must return a list of required user packages, at least one containing the activity. More...
 
abstract List< String > getSysPackages ()
 Return a list of required system packages w/ native libraries, may return null or a zero sized list. More...
 
void onCreate (final Bundle savedInstanceState)
 

Detailed Description

Definition at line 8 of file OpenALTestActivityLauncher.java.

Member Function Documentation

◆ getActivityName()

String com.jogamp.openal.test.android.OpenALTestActivityLauncher.getActivityName ( )

Must return the downstream Activity class name.

Reimplemented from com.jogamp.openal.test.android.LauncherUtil.BaseActivityLauncher.

Definition at line 23 of file OpenALTestActivityLauncher.java.

◆ getSysPackages()

List< String > com.jogamp.openal.test.android.OpenALTestActivityLauncher.getSysPackages ( )

Return a list of required system packages w/ native libraries, may return null or a zero sized list.

Reimplemented from com.jogamp.openal.test.android.LauncherUtil.BaseActivityLauncher.

Definition at line 28 of file OpenALTestActivityLauncher.java.

◆ getUsrPackages()

List< String > com.jogamp.openal.test.android.OpenALTestActivityLauncher.getUsrPackages ( )

Must return a list of required user packages, at least one containing the activity.

Reimplemented from com.jogamp.openal.test.android.LauncherUtil.BaseActivityLauncher.

Definition at line 33 of file OpenALTestActivityLauncher.java.

◆ init()

void com.jogamp.openal.test.android.OpenALTestActivityLauncher.init ( )

Custom initialization hook which can be overriden to setup data, e.g.

fill the properties retrieved by getProperties().

Reimplemented from com.jogamp.openal.test.android.LauncherUtil.BaseActivityLauncher.

Definition at line 14 of file OpenALTestActivityLauncher.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: