Package flash.tools.debugger.events

Examples of flash.tools.debugger.events.SwfUnloadedEvent


          // clear it out
          info.setUnloaded();

          // notify if this information is new.
          if (!alreadyUnloaded)
            addEvent(new SwfUnloadedEvent(info.getId(),
                info.getPath(), (int) index));
        }
        // System.out.println("[SWFLOAD] Loaded "+path+", size="+swfSize+", scripts="+scriptCount);
      }
      break;
View Full Code Here


            // clear it out
            info.setUnloaded();

            // notify if this information is new.
            if (!alreadyUnloaded)
              addEvent(new SwfUnloadedEvent(info.getId(), info.getPath(), (int)index));
          }
//          System.out.println("[SWFLOAD] Loaded "+path+", size="+swfSize+", scripts="+scriptCount);
        }
        break;
      }
View Full Code Here

TOP

Related Classes of flash.tools.debugger.events.SwfUnloadedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.