|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.views.event.ManagerViewsChangedEvent
public final class ManagerViewsChangedEvent
An ManagerViewsChangedEvent event is delivered to the listeners
of the addition/removal of a view of a manager.
The event may correspond to the addition or the removal
of a manager view from a manager.
ManagerViewsChangedListener,
IlvManager.addManagerViewsListener(ilog.views.event.ManagerViewsChangedListener),
Serialized Form| Field Summary | |
|---|---|
static int |
VIEW_ADDED
The type of the event when a manager view has been added to the manager. |
static int |
VIEW_REMOVED
The type of the event when a manager view has been removed from the manager. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ManagerViewsChangedEvent(IlvManager manager,
IlvManagerView view,
int type)
Creates the event. |
|
| Method Summary | |
|---|---|
IlvManager |
getManager()
Returns the manager source of the event. |
IlvManagerView |
getManagerView()
Returns the manager view that has been added or removed from the manager. |
int |
getType()
Returns VIEW_ADDED if the view has been added
to the manager, or VIEW_REMOVED
if the view has been removed from the manager. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int VIEW_ADDED
public static final int VIEW_REMOVED
| Constructor Detail |
|---|
public ManagerViewsChangedEvent(IlvManager manager,
IlvManagerView view,
int type)
manager - the manager source of the event.view - the manager view that has been added to the manager
or removed from the manager.| Method Detail |
|---|
public IlvManager getManager()
public IlvManagerView getManagerView()
getManager(),
getType()public final int getType()
VIEW_ADDED if the view has been added
to the manager, or VIEW_REMOVED
if the view has been removed from the manager.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||