ccs.cpc.impl
Class ProfileLogic

java.lang.Object
  extended by ccs.cpc.impl.ProfileLogic
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

 class ProfileLogic
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ProfileLogic(CpcImpl cpc)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
(package private)  void argsScript(java.lang.String profileID)
           
(package private)  void cloneScript()
           
(package private)  void defaultScript()
           
(package private)  void manageProfile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileLogic

ProfileLogic(CpcImpl cpc)
Method Detail

argsScript

void argsScript(java.lang.String profileID)
          throws java.io.IOException,
                 java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

defaultScript

void defaultScript()
             throws java.io.IOException,
                    java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

cloneScript

void cloneScript()
           throws java.io.IOException
Throws:
java.io.IOException

manageProfile

void manageProfile()
             throws java.io.IOException
Throws:
java.io.IOException

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener