-
Notifications
You must be signed in to change notification settings - Fork 26
Process
Nick Ryzhy edited this page Apr 25, 2016
·
5 revisions
The Process
class for asynchronous algorithms working.
Name | Value |
---|---|
Package | by.blooddy.crypto.process |
Name | abstract class Process |
Inheritance |
Process → EventDispatcher → Object
|
Subclasses | Base64, MD5, SHA1, SHA2, CRC32, Adler32, JSONer, PNGEncoder, JPEGEncoder |
Name | Type | Description |
---|---|---|
complete |
ProcessEvent | Dispatched when success. |
error |
ProcessEvent | Dispatched when fault. |