|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ContentsChangedInterface
This interface implemented by commands that can provide specific information about their operation after execution and that need the information fired in the form of an Event.
| Method Summary | |
|---|---|
abstract java.util.HashMap |
getEventInfo()
Returns a Map of event keys to event values. |
abstract java.lang.Object |
getEventSource()
Returns the target of this command which is the implicit source of the Event that will be fired due to the changed state of the target. |
abstract boolean |
isContentsChanged()
Return a boolean indicating whether the operation carried out during the command's last execution caused the command's target object to change. |
| Method Detail |
|---|
boolean isContentsChanged()
java.util.HashMap getEventInfo()
The keys and values on the map are dependent on the command and the type of target object that it operates on.
java.lang.Object getEventSource()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||