Packageorg.samchon.protocol.movie
Interfacepublic interface IMovie extends IProtocol
Implementors Movie, SubMovie

A common interface for Movie and SubMovie.

IMovie is an interface which is designed only for SubMovie's parent.

See also

Movie
SubMovie


Public Methods
 MethodDefined By
 Inherited
replyData(invoke:Invoke):void
Send a message.
IProtocol
 Inherited
sendData(invoke:Invoke):void
Reply a message.
IProtocol