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
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