Package de.elo.ix.client.feed
Interface FeedNotification
- All Superinterfaces:
byps.BRemote
,byps.Remote
,de.elo.utils.net.Remote
,Remote
public interface FeedNotification
extends byps.BRemote
Callback interface for notifications about a document feed. The client application can register
an implementation of this interface in order to be notified if an action is created or modified.
- Since:
- 9.00.000.003
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateAction
(Action action) Called when an action is created or updated.Methods inherited from interface byps.BRemote
BRemote_getTargetId
-
Method Details
-
updateAction
Called when an action is created or updated.- Parameters:
action
- Action object- Throws:
byps.RemoteException
-