public class ControllerClosedEvent extends ControllerEvent
ControllerClosedEvent describes an event that is
generated when an a Controller is closed. This implies
that the Controller is no longer operational.| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
source| Constructor and Description |
|---|
ControllerClosedEvent(Controller from)
Construct a
ControllerClosedEvent. |
ControllerClosedEvent(Controller from,
String why) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Obtain the message describing why this event
occurred.
|
getSource, getSourceController, toStringprotected String message
public ControllerClosedEvent(Controller from)
ControllerClosedEvent.public ControllerClosedEvent(Controller from, String why)
public String getMessage()
Copyright © 2012 code4tv.com. All Rights Reserved.