Package javax.events
Class EventManagement

Public Method stop

static void stop()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

The stop() method will stop the Event thread. The EventManagement can be started again with the start() method. Please consider, once the Event thread is stopped also any timer will be stopped regardless whether the Event thread is started again.

Example

EventManagement.stop();

See also:

Timer
Common
EventManagement