org.openpermis.editor.policy.view
Interface ViewContextListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ToolTrackerAction

public interface ViewContextListener
extends EventListener

Listener for view changes on a view context.

Since:
0.1.0

Method Summary
 void viewActivated(View view)
          Indicates that a view has been activated in a view context.
 void viewClosed(View view)
          Indicates that a view has been closed in a view context.
 void viewDeactivated(View view)
          Indicates that a view has been deactivated in a view context.
 void viewOpened(View view)
          Indicates that a view has been opened in a view context.
 

Method Detail

viewActivated

void viewActivated(View view)
Indicates that a view has been activated in a view context.

Parameters:
view - the view that has been activated.
Since:
0.1.0

viewDeactivated

void viewDeactivated(View view)
Indicates that a view has been deactivated in a view context.

Parameters:
view - the view that has been deactivated.
Since:
0.1.0

viewOpened

void viewOpened(View view)
Indicates that a view has been opened in a view context.

Parameters:
view - the view that has been opened.
Since:
0.1.0

viewClosed

void viewClosed(View view)
Indicates that a view has been closed in a view context.

Parameters:
view - the view that has been closed.
Since:
0.1.0


PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:15:11
Copyright (c) 2002-2007 Ergon Informatik AG