com.ibm.ftt.resources.core.events
Interface ISystemSubscriptionEvent
- All Superinterfaces:
- IResourceSubscriptionEvent
public interface ISystemSubscriptionEvent
- extends IResourceSubscriptionEvent
An interface for remote system subscription events.
|
Field Summary |
static int |
CONNECT
Value of the event type indicating a system has been connected. |
static String |
COPY_RIGHT
|
static int |
DISCONNECT
Value of the event type indicating a system has been disconnected. |
| Fields inherited from interface com.ibm.ftt.resources.core.events.IResourceSubscriptionEvent |
ADD_MEMBER, DELETE, MIGRATE, POST_CACHE_CHANGE, POST_CONTENT_CHANGE, PRE_DELETE, RECALL, REFRESH, REMOVE, REMOVE_MEMBER, RENAME |
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
CONNECT
static final int CONNECT
- Value of the event type indicating a system has been connected.
- Since:
- 8.0.3
- See Also:
- Constant Field Values
DISCONNECT
static final int DISCONNECT
- Value of the event type indicating a system has been disconnected.
- Since:
- 8.0.3
- See Also:
- Constant Field Values