Class Start

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class Start extends Event<Void>
An event that signals the start of the application.

This event must be fired in order to start the dispatching of events to components. Components that allocate resources usually do this in a handler for this event.

See Manager.attach(org.jgrapes.core.ComponentType) for details about this event and attaching a subtree to an already started tree.

  • Constructor Details

    • Start

      public Start()
      Create a new start event and set its completion event to Started.

      The completion event may not be changed. The event’s channels are set to Channel.BROADCAST.