hackedteam/rcs-console-library

View on GitHub
src/it/ht/rcs/console/update/rest/IDBUpdate.as

Summary

Maintainability
Test Coverage
package it.ht.rcs.console.update.rest
{
  public interface IDBUpdate
  {
    function all(onResult:Function = null, onFault:Function = null):void;
    function core_all(onResult:Function = null, onFault:Function = null):void;
  }
}