org.gstreamer
Interface Closure


public interface Closure

A signal callback.

Each closure should have exactly one method named 'invoke' which will be invoked when the signal is triggered from gstreamer


Field Summary
static java.lang.String METHOD_NAME
          The name of the method to invoke.
 

Field Detail

METHOD_NAME

static final java.lang.String METHOD_NAME
The name of the method to invoke.

See Also:
Constant Field Values