org.gerhardb.lib.playlist
Class ScrollerChangeEvent

java.lang.Object
  extended byorg.gerhardb.lib.playlist.ScrollerChangeEvent

public class ScrollerChangeEvent
extends java.lang.Object

Messages not appopriate for other listeners.


Field Summary
static int AFTER
           
static int BEFORE
           
static int CURRENT_IMAGE_CHANGED
          Indicates that the current image has changes and that the listening software should redisplay the image.
static int CURRENT_PAGE_CHANGED
          Indicates that the current image has changes and that the listening software should redisplay the image and replay the sounds.
static int DURING
           
static int STRUCTURE_CHANGED
          Indicates that the list has changed in some way.
 
Constructor Summary
ScrollerChangeEvent(int type)
           
 
Method Summary
 int getEventType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_IMAGE_CHANGED

public static final int CURRENT_IMAGE_CHANGED
Indicates that the current image has changes and that the listening software should redisplay the image.

See Also:
Constant Field Values

CURRENT_PAGE_CHANGED

public static final int CURRENT_PAGE_CHANGED
Indicates that the current image has changes and that the listening software should redisplay the image and replay the sounds.

See Also:
Constant Field Values

STRUCTURE_CHANGED

public static final int STRUCTURE_CHANGED
Indicates that the list has changed in some way. Typically by removing a file or reloading the directory.

See Also:
Constant Field Values

BEFORE

public static final int BEFORE
See Also:
Constant Field Values

DURING

public static final int DURING
See Also:
Constant Field Values

AFTER

public static final int AFTER
See Also:
Constant Field Values
Constructor Detail

ScrollerChangeEvent

public ScrollerChangeEvent(int type)
Method Detail

getEventType

public int getEventType()


Copyright © 2002 Gerhard Beck. All rights reserved. Subject to GPL.