JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.cruxframework.crux.core.client
Interface Command
public interface
Command
Encapsulates an action for later execution, often from a different context.
Author:
Thiago da Rosa de Bustamante
Method Summary
Methods
Modifier and Type
Method and Description
void
execute
()
Causes the Command to perform its encapsulated behavior.
Method Detail
execute
void execute()
Causes the Command to perform its encapsulated behavior.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2015. All rights reserved.