org.objectweb.fractal.juliak.control.membrane
Interface MembraneController

All Known Implementing Classes:
BasicMembraneControllerMixin, MembraneControllerImpl

public interface MembraneController

Membrane control interface. Membrane controllers provide an access to the current control membrane. This access allows introspecting the control membrane.

Since:
2.5
Author:
Lionel Seinturier

Field Summary
static String NAME
           
static InterfaceType TYPE
           
 
Method Summary
 Component getFcMembrane()
          Return the reference of the current control membrane.
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

TYPE

static final InterfaceType TYPE
Method Detail

getFcMembrane

Component getFcMembrane()
Return the reference of the current control membrane.