public final class ManagerViewsChangedEvent extends EventObject
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 FormModifier and Type | Field and Description |
---|---|
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.
|
source
Constructor and Description |
---|
ManagerViewsChangedEvent(IlvManager manager,
IlvManagerView view,
int type)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
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. |
getSource, toString
public static final int VIEW_ADDED
public static final int VIEW_REMOVED
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.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.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.