com.ibm.etools.systems.as400.debug.sep.internal
Interface PhantomServiceEntryPointListManager.IPhantomServiceEntryPointModelListener
- All Known Implementing Classes:
- PhantomServiceEntryPointConflictMsgDialog.ServiceEntryPointViewTableContentProvider, PhantomServiceEntryPointRefreshMsgDialog.ServiceEntryPointViewTableContentProvider
- Enclosing class:
- PhantomServiceEntryPointListManager
public static interface PhantomServiceEntryPointListManager.IPhantomServiceEntryPointModelListener
PhantomServiceEntryPointLocationModelListener is the interface that
listening PhantomServiceEntryPointListManager events.
ADDEVENT
static final int ADDEVENT
- See Also:
- Constant Field Values
REMOVEEVENT
static final int REMOVEEVENT
- See Also:
- Constant Field Values
MODIFYEVENT
static final int MODIFYEVENT
- See Also:
- Constant Field Values
ENABLEEVENT
static final int ENABLEEVENT
- See Also:
- Constant Field Values
DISABLEEVENT
static final int DISABLEEVENT
- See Also:
- Constant Field Values
REMOVEALLEVENT
static final int REMOVEALLEVENT
- See Also:
- Constant Field Values
ENABLEALLEVENT
static final int ENABLEALLEVENT
- See Also:
- Constant Field Values
DISABLEALLEVENT
static final int DISABLEALLEVENT
- See Also:
- Constant Field Values
added
void added(PhantomServiceEntryPoint phantomServiceEntryPoint)
removed
void removed(PhantomServiceEntryPoint phantomServiceEntryPoint)
modified
void modified(PhantomServiceEntryPoint phantomServiceEntryPoint)
enabled
void enabled(PhantomServiceEntryPoint phantomServiceEntryPoint)
disabled
void disabled(PhantomServiceEntryPoint phantomServiceEntryPoint)
allRemoved
void allRemoved(String hostName,
String setterUserProfile)
allEnabled
void allEnabled(String hostName,
String setterUserProfile)
allDisabled
void allDisabled(String hostName,
String setterUserProfile)
Copyright 2009 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.