Package com.wordpress.salaboy.model.events

Examples of com.wordpress.salaboy.model.events.EmergencyEndsEvent


        Assert.assertTrue(taskAbstracts.isEmpty());

        // Ok, the emregency ends
        ksession.signalEvent(
                "com.wordpress.salaboy.model.events.EmergencyEndsEvent",
                new EmergencyEndsEvent(emergency.getId(),
                        new Date())
                );
        // TODO: validate that the process has finished

    }
View Full Code Here

TOP

Related Classes of com.wordpress.salaboy.model.events.EmergencyEndsEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.