Rational Developer for i
7.5.0

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.


Field Summary
static int ADDEVENT
           
static int DISABLEALLEVENT
           
static int DISABLEEVENT
           
static int ENABLEALLEVENT
           
static int ENABLEEVENT
           
static int MODIFYEVENT
           
static int REMOVEALLEVENT
           
static int REMOVEEVENT
           
 
Method Summary
 void added(PhantomServiceEntryPoint phantomServiceEntryPoint)
           
 void allDisabled(String hostName, String setterUserProfile)
           
 void allEnabled(String hostName, String setterUserProfile)
           
 void allRemoved(String hostName, String setterUserProfile)
           
 void disabled(PhantomServiceEntryPoint phantomServiceEntryPoint)
           
 void enabled(PhantomServiceEntryPoint phantomServiceEntryPoint)
           
 void modified(PhantomServiceEntryPoint phantomServiceEntryPoint)
           
 void removed(PhantomServiceEntryPoint phantomServiceEntryPoint)
           
 

Field Detail

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

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)

Rational Developer for i
7.5.0

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.