public class VoidCallback extends Object implements RemoteCallback<Void>
Constructor and Description |
---|
VoidCallback() |
public void callback(Void response)
RemoteCallback
callback
in interface RemoteCallback<Void>
response
- the response returned from the remote call. Will be null if the
remote method returns null or has a void return type.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.