public class StoppingEvent<SOURCE extends IComponent> extends ComponentEvent<SOURCE> implements IStoppingEvent<SOURCE>
| Constructor and Description |
|---|
StoppingEvent(SOURCE component) |
StoppingEvent(SOURCE component,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Provides human readable information why the component is stopping.
|
getSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSourcepublic StoppingEvent(SOURCE component)
public String getMessage()
IStoppingEventgetMessage in interface IStoppingEvent<SOURCE extends IComponent>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.