dermi.dolr
Interface DOLRChannel

All Superinterfaces:
ERemote
All Known Implementing Classes:
DOLRChannelImpl

@DermiRemoteInterface
public interface DOLRChannel
extends ERemote

Interface to object's methods

Version:
1.0
Author:
Ruben Mondejar

Method Summary
 void addListener(BasicListener dl)
           
 void notify(DOLREvent evt)
           
 void removeListener(BasicListener dl)
           
 
Methods inherited from interface dermi.ERemote
close, copy, getERef, init
 

Method Detail

notify

@RemoteMethod(granularity=MULTICALL,
              type=SYNCHRONOUS)
void notify(DOLREvent evt)
            throws RemoteException
Throws:
RemoteException

addListener

@RemoteMethod(granularity=LISTENER)
void addListener(BasicListener dl)
                 throws RemoteException
Throws:
RemoteException

removeListener

@RemoteMethod(granularity=LISTENER)
void removeListener(BasicListener dl)
                    throws RemoteException
Throws:
RemoteException