DataLostErrorEventpublic class DataLostErrorEvent extends ControllerClosedEvent A DataLostErrorEvent is posted when a Controller
has lost data. |
Constructors Summary |
---|
public DataLostErrorEvent(Controller from)
super(from);
| public DataLostErrorEvent(Controller from, String why)
super(from, why);
|
|