-
-
Constructor Summary
Constructors
| Constructor and Description |
VoidAction() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
abstract void |
on() |
void |
on(Void _)
Some action is taken.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
VoidAction
public VoidAction()
-
Method Detail
-
on
public void on(Void _)
Description copied from interface: Action
Some action is taken.
- Specified by:
on in interface Action<Void>
Copyright 2014, The Vibe Project