home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 164
/
MOBICLIC164.ISO
/
mac
/
index.swf
/
scripts
/
com
/
milanpresse
/
capsule
/
ICapsule.as
< prev
next >
Wrap
Text File
|
2014-05-13
|
491b
|
24 lines
package com.milanpresse.capsule
{
public interface ICapsule
{
function get config() : ICapsuleConfig;
function set config(param1:ICapsuleConfig) : void;
function get host() : *;
function init(param1:Object = null) : void;
function start(param1:Object = null) : void;
function destroy() : void;
function sleep() : void;
function wake() : void;
}
}