Class Stop

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

public class Stop extends Event<Void>
An event that causes an application to shut down.

All components that generate events should stop doing so after handling this event.

  • Constructor Details