- See Also:
-
-
StateChanger()
-
-
actionPerformed(ActionEvent)
- This function must be defined in order to implement the
ActionListener interface.
-
begin()
- An abstract method that should be overridden to begin the
playback of the media once the GUI layout has taken place.
-
controllerUpdate(ControllerEvent)
- This controllerUpdate function must be defined in order to
implement a ControllerListener interface.
-
main(String[])
-
-
setState()
-
-
setUpBorders()
- Overrides PlayerPanel.setUpBorders() to provide custom borders
-
writeEvent(String)
- Post an event to the event monitor text area
StateChanger
public StateChanger()
main
public static void main(String args[])
begin
public void begin()
- An abstract method that should be overridden to begin the
playback of the media once the GUI layout has taken place.
- Overrides:
- begin in class PlayerDriver
setUpBorders
protected void setUpBorders()
- Overrides PlayerPanel.setUpBorders() to provide custom borders
actionPerformed
public void actionPerformed(ActionEvent event)
- This function must be defined in order to implement the
ActionListener interface. Listens for ActionEvents from
the player state buttons, and sets the player state
accordingly.
- Parameters:
- event
- the ActionEvent
setState
public void setState()
controllerUpdate
public void controllerUpdate(ControllerEvent event)
- This controllerUpdate function must be defined in order to
implement a ControllerListener interface. This
function will be called whenever there is a media event.
- Parameters:
- event
- the ControllerEvent
writeEvent
public void writeEvent(String event)
- Post an event to the event monitor text area
- Parameters:
- event
- the String to post
All Packages Class Hierarchy This Package Previous Next Index