|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--jas.hist.util.SliceEvent
An event which is fired by a SliceAdapter when a new slice is added or removed
Inner Class Summary | |
static class |
SliceEvent.EventType
Defines the ENTERED, EXITED, and ACTIVATED event types, along with their string representations, returned by toString(). |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SliceEvent(java.lang.Object source,
SliceEvent.EventType type,
int index)
Creates a new object representing a hypertext link event. |
Method Summary | |
SliceEvent.EventType |
getEventType()
Gets the type of event. |
int |
getIndex()
Gets the index of the slice |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SliceEvent(java.lang.Object source, SliceEvent.EventType type, int index)
source
- the object responsible for the eventtype
- the event typeu
- the affected URLMethod Detail |
public SliceEvent.EventType getEventType()
public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |