com.macromedia.generator.commands
Class RNWKSetCommand

java.lang.Object
  |
  +--com.macromedia.generator.app.GenericCommand
        |
        +--com.macromedia.generator.commands.RNWKSetCommand
All Implemented Interfaces:
FlashCommand

public class RNWKSetCommand
extends GenericCommand


Constructor Summary
RNWKSetCommand()
           
 
Method Summary
 void doCommand(FlashEnvironment flashenvironment, Script script, Context context, int i, java.util.Properties properties)
           
 
Methods inherited from class com.macromedia.generator.app.GenericCommand
convertStringToInt, findColumn, getBoolParam, getIntParam, getMask, getResourceString, getStringParam, getStringParamEmpty, logError, logMessage, logWarning
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RNWKSetCommand

public RNWKSetCommand()
Method Detail

doCommand

public void doCommand(FlashEnvironment flashenvironment,
                      Script script,
                      Context context,
                      int i,
                      java.util.Properties properties)
               throws FlashCommandException
Overrides:
doCommand in class GenericCommand