apps.projectmanagement.gesture
Interface PeriodBarControl.ScheduleBarListener
- Enclosing class:
- PeriodBarControl
public static interface PeriodBarControl.ScheduleBarListener
The listener interface for receiving scheduleBar events. The class that
is interested in processing a scheduleBar event implements this
interface, and the object created with that class is registered with a
component using the component's
addScheduleBarListener method. When
the scheduleBar event occurs, that object's appropriate
method is invoked.
- See Also:
ScheduleBarEvent
Method Summary |
void |
moved(float startPointX,
float length)
Moved. |
moved
void moved(float startPointX,
float length)
- Moved.
- Parameters:
startPointX
- the start point xlength
- the length