org.jboss.errai.common.client.framework
Interface AcceptsCallback
public interface AcceptsCallback
A class that implements this interface must be able to accept a callback.
MESSAGE_OK
static final String MESSAGE_OK
- See Also:
- Constant Field Values
MESSAGE_CANCEL
static final String MESSAGE_CANCEL
- See Also:
- Constant Field Values
callback
void callback(Object message,
Object data)
- This is method called by the caller.
- Parameters:
message - The message being returneddata - Any additional data (optional)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.