addListener

public Unit addListener(IOAction action, FileEventListener listener)

Adds the listener to this directory to listen for events with the given action

See also

Parameters

action

the action to register the listener for

listener

the listener to add


public Unit addListener(IOAction action, DirectoryEventListener listener)

Adds the listener to this directory to listen for events with the given action

See also

Parameters

action

the action to register the listener for

listener

the listener to add