Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.lifecycle.api
Interface LifecycleCallback


public interface LifecycleCallback

A callback used by callers of LifecycleEvent#fireAsync(LifecycleCallback).

Author:
Max Barkley

Method Summary
 void callback(boolean success)
          A callback used to get the result of a fired LifecycleEvent.
 

Method Detail

callback

void callback(boolean success)
A callback used to get the result of a fired LifecycleEvent.

Parameters:
success - True iff all LifecycleListeners for this event did not veto.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.