@Deprecated public interface INotifyDelegator extends ManagedRemoteEventListener
Example:
class MyNotifyDelegator implements INotifyDelegator
{
public void notify(RemoteEvent event)
{
EntryArrivedRemoteEvent arrivedRemoteEvent = (EntryArrivedRemoteEvent)event;
MyEntry myEntry = arrivedRemoteEvent.getEntry();
...
}
}
NotifyDelegator
init, shutdown
notify
Copyright © GigaSpaces.