protected static enum SlideshowBaseController.SlideshowEvent extends Enum<SlideshowBaseController.SlideshowEvent>
| Enum Constant and Description |
|---|
AlbumLoaded |
PhotoLoaded |
StartPlaying |
StopPlaying |
| Modifier and Type | Method and Description |
|---|---|
static SlideshowBaseController.SlideshowEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideshowBaseController.SlideshowEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlideshowBaseController.SlideshowEvent AlbumLoaded
public static final SlideshowBaseController.SlideshowEvent PhotoLoaded
public static final SlideshowBaseController.SlideshowEvent StartPlaying
public static final SlideshowBaseController.SlideshowEvent StopPlaying
public static SlideshowBaseController.SlideshowEvent[] values()
for (SlideshowBaseController.SlideshowEvent c : SlideshowBaseController.SlideshowEvent.values()) System.out.println(c);
public static SlideshowBaseController.SlideshowEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All rights reserved.