|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceContextEvent.Type | |
|---|---|
| org.xngr.context | |
| Uses of ServiceContextEvent.Type in org.xngr.context |
|---|
| Methods in org.xngr.context that return ServiceContextEvent.Type | |
|---|---|
ServiceContextEvent.Type |
ServiceContextEvent.getType()
|
static ServiceContextEvent.Type |
ServiceContextEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ServiceContextEvent.Type[] |
ServiceContextEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xngr.context with parameters of type ServiceContextEvent.Type | |
|---|---|
protected void |
ServiceContextManager.fireActionsChanged(Action source,
ServiceContextEvent.Type type)
Called when actions have been changed. |
protected void |
ServiceContext.fireActionsChanged(Action action,
ServiceContextEvent.Type type)
Fire an event when an action has been changed, added or removed. |
protected void |
ServiceContextManager.fireMarkersChanged(Marker source,
ServiceContextEvent.Type type)
Called when markers have been changed. |
protected void |
ServiceContext.fireMarkersChanged(Marker marker,
ServiceContextEvent.Type type)
Fire an event when a marker has been changed, added or removed. |
protected void |
DocumentContext.fireNodeContextsChanged(NodeContext context,
ServiceContextEvent.Type type)
Fire an event when a node-context has either been added or removed. |
protected void |
ServiceContextManager.fireServicesChanged(Service source,
ServiceContextEvent.Type type)
Called when services have been changed. |
protected void |
ServiceContext.fireServicesChanged(Service service,
ServiceContextEvent.Type type)
Fire an event when a service has been changed, added or removed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||