Guest User

Untitled

a guest
May 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public interface IChainStep
  2. {
  3. function get chain():IChain;
  4. function set chain( value:IChain ):void;
  5.  
  6. function get isComplete():Boolean;
  7.  
  8. function complete():void;
  9. function error():void;
  10. }
Add Comment
Please, Sign In to add comment