SystemUpdater.hx 214 B

1234567
  1. package flash.system;
  2. @:require(flash10_1) extern class SystemUpdater extends flash.events.EventDispatcher {
  3. function new() : Void;
  4. function cancel() : Void;
  5. function update(type : SystemUpdaterType) : Void;
  6. }