org.jboss.errai.workspaces.client.modules.shoutbox
Interface ShoutboxCallback


public interface ShoutboxCallback

Client callback for notifications when a provider submits or retracts an offer.

Author:
Heiko Braun

Method Summary
 void offerRetracted(String providerId)
           
 void offerSubmitted(String providerId)
           
 

Method Detail

offerSubmitted

void offerSubmitted(String providerId)

offerRetracted

void offerRetracted(String providerId)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.