public void begin() { Bootstrapper.incrBeginCount(); }
/* Myx Lifecycle Methods: these methods are called automatically by the framework as the bricks are created, attached, detached, and destroyed respectively. */ public void init() { Bootstrapper.incrInitCount(); }