com.dragome.forms.bindings.client.channel.ChannelRegistration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dragome-form-bindings Show documentation
Show all versions of dragome-form-bindings Show documentation
Dragome SDK module: form bindings
package com.dragome.forms.bindings.client.channel;
import com.dragome.forms.bindings.client.binding.Disposable;
/**
* Created by IntelliJ IDEA.
* User: andrew
* Date: Mar 1, 2010
* Time: 7:53:09 AM
* To change this template use File | Settings | File Templates.
*/
public interface ChannelRegistration extends Disposable
{
// I need to think about the whole 'gc' issue a bit more closely.
// public ChannelRegistration onlyOnce();
}