Class PlatformStartedEvent


  • public class PlatformStartedEvent
    extends java.lang.Object
    Spring event published when the Bonita Platform has finished to start.

    This event can be listened using Spring standards, for instance:

     @EventListener
     public void handlePlatformStarted(PlatformStartedEvent event) { ... }
     
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformStartedEvent

        public PlatformStartedEvent()