Skip to content

Commit

Permalink
adding llamarCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Jul 22, 2024
1 parent 1ed9d9a commit 0ef5bb2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/comportamientos/LlamarCallback.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/// <reference path = "../../node_modules/pilasweb/dist/pilasweb.d.ts"/>

class LlamarCallback extends Comportamiento {

iniciar() { }

actualizar() {
this.argumentos.callback();
return true;
};

eliminar() { }
};

0 comments on commit 0ef5bb2

Please sign in to comment.