Class ButterflyModuleImpl

  • All Implemented Interfaces:
    ButterflyModule

    public class ButterflyModuleImpl
    extends Object
    implements ButterflyModule
    This class is the base implementation of ButterflyModule and implements the basic functionality that is made available to Butterfly modules. If you want special functionality that Butterfly does not expose to your modules, it is highly suggested that you extend this class instead of implementing the ButterflyModule interface yourself